more LE fixes

This commit is contained in:
Matthew Hodgson
2024-11-08 16:47:59 +00:00
parent ba0cc617ea
commit 71f75417ac
3 changed files with 15 additions and 23 deletions

View File

@@ -85,8 +85,6 @@ services:
depends_on:
init:
condition: service_completed_successfully
synapse:
condition: service_started
certbot:
image: certbot/certbot:latest
@@ -95,11 +93,6 @@ services:
- ${VOLUME_PATH}/data/certbot/conf:/etc/letsencrypt
- ${VOLUME_PATH}/data/certbot/www:/var/www/certbot
entrypoint: "/bin/sh -c 'trap exit TERM; while [ -e /etc/letsencrypt/live ]; do certbot renew; sleep 12h & wait $${!}; done;'"
depends_on:
init:
condition: service_completed_successfully
nginx:
condition: service_started
postgres:
image: postgres:latest