diff --git a/Config/Prosody/docker-compose.example.yml b/Config/Prosody/docker-compose.example.yml index 88ffe28..cd94ba1 100644 --- a/Config/Prosody/docker-compose.example.yml +++ b/Config/Prosody/docker-compose.example.yml @@ -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: diff --git a/Config/Prosody/example.env b/Config/Prosody/example.env index 4f8f9d3..dce9eee 100644 --- a/Config/Prosody/example.env +++ b/Config/Prosody/example.env @@ -1,2 +1,5 @@ COMPOSE_BAKE=true + +CPU=0.50 +MEM=0.50G