mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
Refactor swarm/ghost.yml to update DOMAIN variable in Ghost stack
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ 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: https://ghost.${DOMAIN}
|
DOMAIN: ${DOMAIN}
|
||||||
volumes:
|
volumes:
|
||||||
- /var/data/ghost_content:/var/lib/ghost/content
|
- /var/data/ghost_content:/var/lib/ghost/content
|
||||||
expose:
|
expose:
|
||||||
|
|||||||
Reference in New Issue
Block a user