adding nginx reverse proxy in docker

This commit is contained in:
2026-06-01 11:09:45 +02:00
parent 0f69365b02
commit 1df8caa940
3 changed files with 50 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ 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