add ghost to stack for phlog
This commit is contained in:
22
roles/docker/templates/ghost-1-compose.yml.j2
Normal file
22
roles/docker/templates/ghost-1-compose.yml.j2
Normal 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
|
Reference in New Issue
Block a user