fix: remove bkp file, fix compose network, remove debug log

This commit is contained in:
2026-03-21 23:33:42 +00:00
parent 9f5d322b00
commit 7daea07618
3 changed files with 0 additions and 53 deletions

View File

@@ -7,9 +7,6 @@ services:
- "3000:3000"
environment:
- PORT=3000
networks:
- default
- caddy_default
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:3000"]
@@ -17,8 +14,3 @@ services:
timeout: 10s
retries: 3
start_period: 10s
networks:
default: {}
caddy_default:
external: true