mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
Refactor swarm/ghost.yml to update network names and domain for Ghost stack
This commit is contained in:
+4
-4
@@ -2,7 +2,7 @@ volumes:
|
|||||||
ghost_content: {}
|
ghost_content: {}
|
||||||
ghost_mysql: {}
|
ghost_mysql: {}
|
||||||
networks:
|
networks:
|
||||||
net:
|
ghost:
|
||||||
driver: overlay
|
driver: overlay
|
||||||
attachable: true
|
attachable: true
|
||||||
traefik-public:
|
traefik-public:
|
||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- 3306
|
- 3306
|
||||||
networks:
|
networks:
|
||||||
- net
|
- ghost
|
||||||
|
|
||||||
ghost-server:
|
ghost-server:
|
||||||
image: ghost
|
image: ghost
|
||||||
@@ -40,13 +40,13 @@ services:
|
|||||||
database__connection__user: root
|
database__connection__user: root
|
||||||
database__connection__password: ${POSTGRES_PASSWORD}
|
database__connection__password: ${POSTGRES_PASSWORD}
|
||||||
database__connection__database: ghost
|
database__connection__database: ghost
|
||||||
DOMAIN: ${DOMAIN}
|
DOMAIN: https://ghost.${DOMAIN}
|
||||||
volumes:
|
volumes:
|
||||||
- ghost_content:/var/lib/ghost/content
|
- ghost_content:/var/lib/ghost/content
|
||||||
expose:
|
expose:
|
||||||
- 2368
|
- 2368
|
||||||
networks:
|
networks:
|
||||||
- net
|
- ghost
|
||||||
- traefik-public
|
- traefik-public
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user