diff --git a/dockers/traefik/docker-compose.tmpl.yml.dist b/dockers/traefik/docker-compose.tmpl.yml.dist index 48e2906..1f695d3 100644 --- a/dockers/traefik/docker-compose.tmpl.yml.dist +++ b/dockers/traefik/docker-compose.tmpl.yml.dist @@ -103,6 +103,9 @@ services: {{apikaz - apikazNet }} +{{mastodon + - mastodonNet +}} #### BEGIN ORGA USE_NET #### END ORGA USE_NET @@ -206,6 +209,12 @@ networks: external: true name: apikazNet }} +{{mastodon + mastodonNet: + external: true + name: mastodonNet +}} + #### BEGIN ORGA DEF_NET #### END ORGA DEF_NET