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

This commit is contained in:
William Diakite 2025-07-24 17:20:38 -04:00
parent 20f95e8a7e
commit 9842c72d42

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: ../.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