config.sh -> .env
Some checks failed
Deploy App / build (push) Failing after 1m28s
Deploy App / deploy (push) Has been skipped

This commit is contained in:
valere
2025-10-01 08:29:25 +02:00
parent bd5ed09d5e
commit 454700c428
2 changed files with 0 additions and 7 deletions

View File

@@ -9,8 +9,6 @@ services:
working_dir: /app
ports:
- "${PORT}:${PORT_EXPOSED}"
volumes:
- "${MEDIA_DIR}:/mnt/media"
environment:
VIRTUAL_HOST: "${DOMAIN}"
LETSENCRYPT_HOST: "${DOMAIN}"