fix: remove bkp file, fix compose network, remove debug log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user