add ghost to stack for phlog

This commit is contained in:
2025-01-04 09:09:47 -07:00
parent 31c11437d0
commit c8f22f83e2
4 changed files with 50 additions and 1 deletions

View File

@ -0,0 +1,22 @@
services:
ghost:
image: ghost:5-alpine
restart: unless-stopped
environment:
- database__client=sqlite3
- database__connection__filename=/var/lib/ghost/content/data/ghost.db
- database__useNullAsDefault=true
- url=https://phlog.thesatelliteoflove.com
volumes:
- ghost:/var/lib/ghost/content
extra_hosts:
- 'phlog.thesatelliteoflove.com:172.20.0.5'
volumes:
ghost:
driver: local
networks:
default:
external: true
name: lava