modif docker files

This commit is contained in:
M1n-0
2025-04-14 12:44:05 +02:00
parent 6b3baed360
commit e5a93eb685
2 changed files with 3 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
# Caddyfile # Caddyfile
flask.gesthub { flask.localhost {
reverse_proxy flask:5000 reverse_proxy flask:5000
} }
wekan.gesthub { wekan.localhost {
reverse_proxy wekan:8080 reverse_proxy wekan:8080
} }
chat.gesthub { chat.localhost {
reverse_proxy mattermost:8065 reverse_proxy mattermost:8065
} }

View File

@@ -1,5 +1,3 @@
version: '3.8'
services: services:
caddy: caddy:
image: caddy:latest image: caddy:latest