Refactor swarm/ghost.yml to update DOMAIN variable in Ghost stack

This commit is contained in:
2024-06-04 18:32:53 +08:00
parent 0b164d534c
commit e547ae4667
+1 -1
View File
@@ -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: