Update config after small amount of testing.

This commit is contained in:
2026-06-11 20:59:33 -07:00
parent d00d3fdc27
commit 40076ae429
2 changed files with 18 additions and 14 deletions
+15 -14
View File
@@ -9,21 +9,22 @@ services:
network: host
restart: always
ports:
- 8013:80 # Production minified files served using NGINX.
- 1380:1380 # Development files with drafts served by Hugo Server.
environment:
- REPO=$REPO
- BRANCH=$BRANCH
- PROD=$PROD
- DEV=$DEV
healthcheck:
test: curl -sS http://localhost:80 || curl -sS http://localhost:1380 || exit 1
interval: 1m
timeout: 10s
retries: 2
start_period: 30s
- 5222:5222
- 5269:5269
#environment:
# - REPO=$REPO
# - BRANCH=$BRANCH
# - PROD=$PROD
# - DEV=$DEV
#healthcheck:
# test: curl -sS http://localhost:80 || curl -sS http://localhost:1380 || exit 1
# interval: 1m
# timeout: 10s
# retries: 2
# start_period: 30s
volumes:
- ../../Volumes/Prosody/prosody:/etc/prosody
- ../../Volumes/Prosody/prosody:/root/share/
# - ../../Volumes/ReverseProxy/letsencrypt/certs:/etc/prosody/certs
deploy:
mode: global
resources: