From 6884295746e3fa0ca2427b6a94afec9123e2a4e7 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Mon, 27 Aug 2018 17:52:38 -0400 Subject: [PATCH] Added Traefik network --- templates/Ghost/0/docker-compose.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/Ghost/0/docker-compose.yml b/templates/Ghost/0/docker-compose.yml index 35cf0b7..b424d6a 100644 --- a/templates/Ghost/0/docker-compose.yml +++ b/templates/Ghost/0/docker-compose.yml @@ -12,5 +12,11 @@ services: traefik.frontend.rule: Host:blog.williammiceli.me traefik.port: "2368" traefik.frontend.entryPoints: https + networks: + - public-proxy ports: - - "${WEB_PORT}:2368" \ No newline at end of file + - "${WEB_PORT}:2368" + +networks: + public-proxy: + external: true \ No newline at end of file