init
This commit is contained in:
15
docker-compose.local.yml
Normal file
15
docker-compose.local.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
wm2026:
|
||||
build: .
|
||||
image: wm2026-board:latest
|
||||
container_name: wm2026-local
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
ports:
|
||||
- "3001:3000"
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO-", "http://localhost:3000/api/matches"]
|
||||
interval: 60s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 20s
|
||||
Reference in New Issue
Block a user