mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-24 22:26:13 +03:00
more LE fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user