soccer-net

This commit is contained in:
2026-06-24 17:45:22 -05:00
parent 573bc74cfa
commit c848d5a7b5
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ services:
expose: expose:
- "3000" - "3000"
networks: networks:
- caddy_net - soccer-net
healthcheck: healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:3000/api/matches"] test: ["CMD", "wget", "-qO-", "http://localhost:3000/api/matches"]
interval: 60s interval: 60s
@@ -21,5 +21,5 @@ services:
start_period: 20s start_period: 20s
networks: networks:
caddy_net: soccer-net:
external: true external: true

1
tsconfig.tsbuildinfo Normal file

File diff suppressed because one or more lines are too long