certificates fix #497

Merged
tech merged 1 commits from front-496 into main 2026-02-13 08:49:41 +00:00
2 changed files with 8 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ x-common-env: &common-env
- ../env/.env.runtime - ../env/.env.runtime
- ../env/.env.version - ../env/.env.version
volumes:
caddy_data: {}
caddy_config: {}
networks: networks:
sendico-net: sendico-net:
external: true external: true
@@ -30,6 +34,9 @@ services:
ports: ports:
- "0.0.0.0:${FRONTEND_HTTP_PORT}:80" - "0.0.0.0:${FRONTEND_HTTP_PORT}:80"
- "0.0.0.0:${FRONTEND_HTTPS_PORT}:443" - "0.0.0.0:${FRONTEND_HTTPS_PORT}:443"
volumes:
- caddy_data:/data
- caddy_config:/config
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:2019/config"] test: ["CMD", "curl", "-f", "http://localhost:2019/config"]
interval: 30s interval: 30s

View File

@@ -3,6 +3,7 @@
######################################## ########################################
{ {
email {$CADDY_ACME_EMAIL} email {$CADDY_ACME_EMAIL}
acme_ca https://acme.zerossl.com/v2/DV90
# debug # debug
} }