mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-06-01 15:59:50 +00:00
Update ghost compose file
This commit is contained in:
parent
e67e637d0d
commit
a42bd5b5aa
@ -8,6 +8,7 @@ services:
|
|||||||
ghost:
|
ghost:
|
||||||
image: ghost:5-alpine
|
image: ghost:5-alpine
|
||||||
container_name: ghost
|
container_name: ghost
|
||||||
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- caddy
|
- caddy
|
||||||
environment:
|
environment:
|
||||||
@ -16,6 +17,3 @@ services:
|
|||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/var/lib/ghost/content
|
- ./data:/var/lib/ghost/content
|
||||||
|
|
||||||
volumes:
|
|
||||||
ghost:
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user