fix: update theme paths to match new mount location

This commit is contained in:
2025-11-09 09:12:41 +01:00
parent f0540c52bc
commit 6fd7c32669
2 changed files with 3 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ services:
volumes:
- asciinema_data:/var/opt/asciinema
- ./custom.exs:/opt/app/etc/custom.exs:ro
- ./theme:/opt/app/priv/static/theme:ro
- ./theme:/opt/app/priv/static/theme/custom:ro
environment:
SECRET_KEY_BASE: ${ASCIINEMA_SECRET_KEY}
URL_HOST: ${ASCIINEMA_TRAEFIK_HOST}