Merge pull request 'edit compose file' (#12) from dev into main
Some checks failed
Automatisch Backend Tests / test (push) Has been cancelled
Automatisch CI / linter (push) Has been cancelled
Automatisch CI / start-backend-server (push) Has been cancelled
Automatisch CI / start-backend-worker (push) Has been cancelled
Automatisch CI / build-web (push) Has been cancelled
Automatisch UI Tests / test (push) Has been cancelled

Reviewed-on: #12
This commit is contained in:
Linden Crandall 2025-02-08 01:15:33 +00:00
commit 6a9127a0d9

View File

@ -40,6 +40,8 @@ services:
- ./certbot/conf:/etc/letsencrypt
- ./certbot/www:/var/www/certbot
command: certonly --webroot -w /var/www/certbot --keep-until-expiring --email ${SSL_CERT_EMAIL} -d ${HOST} --agree-tos
depends_on:
- nginx
main:
build:
context: ./docker