mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 05:33:46 +00:00
Update docker-compose.yml
add network definitions
This commit is contained in:
parent
2e5915a3d0
commit
dc6a803257
|
@ -24,6 +24,8 @@ services:
|
||||||
#mail__options__auth__user: blog@example.com
|
#mail__options__auth__user: blog@example.com
|
||||||
#mail__options__auth__pass: MyStrongSmtpLoginPassword
|
#mail__options__auth__pass: MyStrongSmtpLoginPassword
|
||||||
#mail__from: Ghost Blog <blog@example.com>
|
#mail__from: Ghost Blog <blog@example.com>
|
||||||
|
#networks:
|
||||||
|
# - proxy
|
||||||
#labels:
|
#labels:
|
||||||
# - traefik.enable=true
|
# - traefik.enable=true
|
||||||
# - traefik.http.routers.ghost.rule=Host(`blog.example.com`)
|
# - traefik.http.routers.ghost.rule=Host(`blog.example.com`)
|
||||||
|
@ -45,3 +47,9 @@ services:
|
||||||
MYSQL_DATABASE: ghost
|
MYSQL_DATABASE: ghost
|
||||||
MYSQL_USER: ghost
|
MYSQL_USER: ghost
|
||||||
MYSQL_PASSWORD: MyStrongDatabasePassword
|
MYSQL_PASSWORD: MyStrongDatabasePassword
|
||||||
|
#networks:
|
||||||
|
# - proxy
|
||||||
|
|
||||||
|
#networks:
|
||||||
|
# proxy:
|
||||||
|
# external: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user