Linting #509
@@ -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
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
########################################
|
########################################
|
||||||
{
|
{
|
||||||
email {$CADDY_ACME_EMAIL}
|
email {$CADDY_ACME_EMAIL}
|
||||||
|
acme_ca https://acme.zerossl.com/v2/DV90
|
||||||
# debug
|
# debug
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user