|
|
@ -3,6 +3,9 @@
|
|
|
|
# The WebUI can be found at http://<HOST_IP>:<WEBUI_PORT>
|
|
|
|
# The WebUI can be found at http://<HOST_IP>:<WEBUI_PORT>
|
|
|
|
# Ghost is very particular about it's variables, hence the odd format
|
|
|
|
# Ghost is very particular about it's variables, hence the odd format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
|
|
|
ghost-db:
|
|
|
|
|
|
|
|
|
|
|
|
networks:
|
|
|
|
networks:
|
|
|
|
<NETWORK_NAME>:
|
|
|
|
<NETWORK_NAME>:
|
|
|
|
external: true
|
|
|
|
external: true
|
|
|
@ -36,4 +39,4 @@ services:
|
|
|
|
- <NETWORK_NAME>
|
|
|
|
- <NETWORK_NAME>
|
|
|
|
restart: unless-stopped
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- ./ghost-db:/var/lib/mysql
|
|
|
|
- ghost-db:/var/lib/mysql
|