fix .env
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 8s

This commit is contained in:
William Diakite 2025-07-24 17:20:01 -04:00
parent 752827aaee
commit 20f95e8a7e

View file

@ -19,7 +19,7 @@ services:
- NODE_ENV=production - NODE_ENV=production
- TOKEN_SECRET_KEY=${TOKEN_SECRET_KEY} - TOKEN_SECRET_KEY=${TOKEN_SECRET_KEY}
- DB_PATH=${DB_PATH} - DB_PATH=${DB_PATH}
env_file: ./cms/.env env_file: ../.env
volumes: volumes:
- alliances_volume:/app/.manifest - alliances_volume:/app/.manifest
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock