From dc6a8032577cccb194049e0f8b7ff9e520ba04fd Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sun, 26 Feb 2023 03:59:44 +0100 Subject: [PATCH] Update docker-compose.yml add network definitions --- examples/ghost/docker-compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/ghost/docker-compose.yml b/examples/ghost/docker-compose.yml index ccd50bf..ef3bb81 100644 --- a/examples/ghost/docker-compose.yml +++ b/examples/ghost/docker-compose.yml @@ -24,6 +24,8 @@ services: #mail__options__auth__user: blog@example.com #mail__options__auth__pass: MyStrongSmtpLoginPassword #mail__from: Ghost Blog + #networks: + # - proxy #labels: # - traefik.enable=true # - traefik.http.routers.ghost.rule=Host(`blog.example.com`) @@ -45,3 +47,9 @@ services: MYSQL_DATABASE: ghost MYSQL_USER: ghost MYSQL_PASSWORD: MyStrongDatabasePassword + #networks: + # - proxy + +#networks: +# proxy: +# external: true