chore: remove caddy

This commit is contained in:
edde746
2026-07-04 23:09:41 +02:00
parent f9abcd44fe
commit 05e70ab56d
2 changed files with 4 additions and 38 deletions
-15
View File
@@ -1,15 +0,0 @@
ice.plezy.app {
log {
output stderr
level ERROR
}
reverse_proxy relay:8080 {
transport http {
max_conns_per_host 100
}
}
}
bugs.plezy.app {
reverse_proxy bugs:9000
}
+4 -23
View File
@@ -6,8 +6,8 @@ services:
stop_grace_period: 15s
volumes:
- logs:/data
expose:
- "8080"
ports:
- "127.0.0.1:8080:8080"
environment:
OAUTH_BASE_URL: https://ice.plezy.app
MAL_CLIENT_ID: ${MAL_CLIENT_ID:-}
@@ -19,23 +19,6 @@ services:
max-size: "10m"
max-file: "3"
caddy:
image: caddy:2-alpine
restart: unless-stopped
mem_limit: 128m
ports:
- "80:80"
- "443:443"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile:ro
- caddy_data:/data
- caddy_config:/config
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
bugs:
image: ghcr.io/edde746/bugs:latest
restart: unless-stopped
@@ -51,8 +34,8 @@ services:
BUGS_SQLITE__READER_CONNECTIONS: 4
BUGS_SQLITE__CACHE_SIZE_MB: 16
BUGS_SQLITE__MMAP_SIZE_MB: 64
expose:
- "9000"
ports:
- "127.0.0.1:9000:9000"
logging:
driver: "json-file"
options:
@@ -61,6 +44,4 @@ services:
volumes:
logs:
caddy_data:
caddy_config:
bugs_data: