remove nginx

This commit is contained in:
2024-12-01 13:22:34 +01:00
parent febc10bdf2
commit 565c3e8606
12 changed files with 9 additions and 217 deletions

View File

@@ -3,8 +3,6 @@ services:
build:
context: /opt/caddy/
container_name: caddy
depends_on:
- nginx
environment:
- AWS_REGION=eu-west-1
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID:?}
@@ -12,8 +10,6 @@ services:
- GEO_ACCOUNT_ID=${MAXMIND_ACCOUNT_ID:?}
- GEO_API_KEY=${MAXMIND_API_KEY:?}
image: caddy
links:
- nginx
ports:
- 443:443
restart: unless-stopped