update nginx compose

This commit is contained in:
2026-06-01 13:24:26 +02:00
parent 39e6d58e18
commit a8ef68fee6
4 changed files with 22 additions and 9 deletions

View File

@@ -35,10 +35,6 @@ services:
environment:
- GIT_HASH=${f0ckm_TAG:-unknown}
- VIRTUAL_HOST=${VIRTUAL_HOST:-localhost}
- VIRTUAL_PORT=1337
- LETSENCRYPT_HOST=${LETSENCRYPT_HOST:-}
- LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL:-}
ports:
- "1337:1337"
restart: unless-stopped