modif docker files
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# Caddyfile
|
||||
|
||||
flask.gesthub {
|
||||
flask.localhost {
|
||||
reverse_proxy flask:5000
|
||||
}
|
||||
|
||||
wekan.gesthub {
|
||||
wekan.localhost {
|
||||
reverse_proxy wekan:8080
|
||||
}
|
||||
|
||||
chat.gesthub {
|
||||
chat.localhost {
|
||||
reverse_proxy mattermost:8065
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
caddy:
|
||||
image: caddy:latest
|
||||
|
||||
Reference in New Issue
Block a user