[main]: update compose
Build and Push Docker Image / build (push) Successful in 11s

This commit is contained in:
John Gatward
2026-08-04 22:46:33 +01:00
parent 8922795d2b
commit 1405678320
+7
View File
@@ -4,6 +4,9 @@ services:
restart: unless-stopped
expose:
- "3838"
networks:
- traefik
- default
labels:
# Enable Traefik
- traefik.enable=true
@@ -15,3 +18,7 @@ services:
- traefik.http.routers.football-competitiveness.service=football-competitiveness
- traefik.http.services.football-competitiveness.loadbalancer.server.port=3838
- traefik.http.services.football-competitiveness.loadbalancer.server.scheme=http
networks:
traefik:
external: true