hgd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user