Caddy hinzugefügt

This commit is contained in:
2026-03-23 15:51:09 +01:00
parent 1c6a78b1f2
commit c7a890f917
63 changed files with 15 additions and 1435 deletions
Executable → Regular
+2 -9
View File
@@ -1,17 +1,11 @@
services:
caddy:
deploy:
resources:
limits:
memory: 128M
labels:
- com.hanold.environment=production
image: caddy:latest
container_name: caddy
restart: unless-stopped
ports:
- 80:80
- 443:443
- "80:80"
- "443:443"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- ./data:/data
@@ -22,4 +16,3 @@ services:
timeout: 10s
retries: 3
start_period: 10s
networks: {}