diff --git a/asciinema/compose.yaml b/asciinema/compose.yaml index c7f87f0..fef5cab 100644 --- a/asciinema/compose.yaml +++ b/asciinema/compose.yaml @@ -8,9 +8,9 @@ services: volumes: - asciinema_data:/var/opt/asciinema - ./custom.exs:/opt/app/etc/custom.exs:ro - - ./theme/custom.css:/opt/app/priv/static/css/custom.css:ro - - ./theme/favicon.svg:/opt/app/priv/static/images/favicon-custom.svg:ro - - ./theme/custom.js:/opt/app/priv/static/js/custom.js:ro + - ./theme/custom.css:/opt/app/lib/asciinema-1.0.0/priv/static/css/custom.css:ro + - ./theme/favicon.svg:/opt/app/lib/asciinema-1.0.0/priv/static/images/favicon-custom.svg:ro + - ./theme/custom.js:/opt/app/lib/asciinema-1.0.0/priv/static/js/custom.js:ro environment: SECRET_KEY_BASE: ${ASCIINEMA_SECRET_KEY} URL_HOST: ${ASCIINEMA_TRAEFIK_HOST}