Castopod 1.15 BC break fix #225

Closed
opened 2026-02-17 20:41:45 +03:00 by skobkin · 0 comments
Owner

Read release notes: https://code.castopod.org/adaures/castopod/-/releases/v1.15.0

services:
  castopod:
    image: castopod/castopod:latest
    container_name: "castopod"
    volumes:
-      - castopod-media:/var/www/castopod/public/media
+      - castopod-media:/app/public/media
    environment:
      MYSQL_DATABASE: castopod
      MYSQL_USER: castopod
      MYSQL_PASSWORD: changeme
      CP_BASEURL: "https://castopod.example.com"
      CP_ANALYTICS_SALT: changeme
      CP_CACHE_HANDLER: redis
      CP_REDIS_HOST: redis
      CP_REDIS_PASSWORD: changeme
    networks:
      - castopod
      - castopod-db
    ports:
-     - 8000:8000
+     - 8000:8080
    restart: unless-stopped
Read release notes: https://code.castopod.org/adaures/castopod/-/releases/v1.15.0 ```diff services: castopod: image: castopod/castopod:latest container_name: "castopod" volumes: - - castopod-media:/var/www/castopod/public/media + - castopod-media:/app/public/media environment: MYSQL_DATABASE: castopod MYSQL_USER: castopod MYSQL_PASSWORD: changeme CP_BASEURL: "https://castopod.example.com" CP_ANALYTICS_SALT: changeme CP_CACHE_HANDLER: redis CP_REDIS_HOST: redis CP_REDIS_PASSWORD: changeme networks: - castopod - castopod-db ports: - - 8000:8000 + - 8000:8080 restart: unless-stopped ```
skobkin self-assigned this 2026-02-17 20:41:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
skobkin/docker-stacks#225
No description provided.