Try to get services up and running

This commit is contained in:
Raphaël Numbus
2026-01-09 08:15:10 +01:00
parent 99e4c5d0c1
commit 2e1ba1c0ff
5 changed files with 30 additions and 19 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ in
container_name: it-tools
image: corentinth/it-tools
networks:
it-tools:
it-tools_frontend:
labels:
- traefik.enable=true
- traefik.http.services.it-tools.loadbalancer.server.port=80
@@ -28,7 +28,7 @@ in
- traefik.http.routers.it-tools-https.tls.certresolver=cloudflare
restart: unless-stopped
networks:
it-tools:
it-tools_frontend:
external: true
'';