Linting #509

Merged
tech merged 46 commits from main into dis-474 2026-02-13 16:14:15 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 91dc2bd844 - Show all commits

View File

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

View File

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