feat: override static_paths and add custom head view for theme injection

This commit is contained in:
2025-11-09 09:19:10 +01:00
parent 6fd7c32669
commit dce10fb971
2 changed files with 19 additions and 7 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/custom:ro
- ./theme:/opt/app/priv/static/theme:ro
environment:
SECRET_KEY_BASE: ${ASCIINEMA_SECRET_KEY}
URL_HOST: ${ASCIINEMA_TRAEFIK_HOST}