This commit is contained in:
2026-08-18 21:35:06 +02:00
parent ef44808210
commit 3d1579eed9
2 changed files with 9 additions and 2 deletions

View File

@@ -41,6 +41,12 @@ services:
- VIRTUAL_PORT=1337
- LETSENCRYPT_HOST=${LETSENCRYPT_HOST:-}
- LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL:-}
- DB_HOST=f0ckm-db
- DB_PORT=5432
- DB_USER=${POSTGRES_USER:-f0ckm}
- DB_PASS=${POSTGRES_PASSWORD:-f0ckm}
- DB_NAME=${POSTGRES_DB:-f0ckm}
- NODE_ENV=production
ports:
- "1337:1337"
restart: unless-stopped