Update docker-compose.yml

add network definitions
This commit is contained in:
LRVT 2023-02-26 03:59:44 +01:00 committed by GitHub
parent 2e5915a3d0
commit dc6a803257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,8 @@ services:
#mail__options__auth__user: blog@example.com
#mail__options__auth__pass: MyStrongSmtpLoginPassword
#mail__from: Ghost Blog <blog@example.com>
#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