This commit is contained in:
Didier Slof 2023-03-01 15:17:10 +01:00
parent e4c2e8d63a
commit 5dc6044906
Signed by: didier
GPG key ID: 01E71F18AA4398E5
8 changed files with 38 additions and 39 deletions

View file

@ -11,6 +11,7 @@ services:
- LETSENCRYPT_HOST=faulty.nl
networks:
- proxy
- internal
ixvd-web:
build:
@ -22,6 +23,7 @@ services:
- LETSENCRYPT_HOST=ixvd.net
networks:
- proxy
- internal
ghost:
image: ghost:5.26.3-alpine
@ -42,7 +44,7 @@ services:
- /srv/ghost/data:/var/lib/ghost/content
networks:
- proxy
- default
- internal
ghost_db:
image: mysql:8.0
@ -50,4 +52,6 @@ services:
environment:
MYSQL_ROOT_PASSWORD: i_dont_touch_the_internet
volumes:
- /srv/ghost/other/db:/var/lib/mysql
- /srv/ghost/other/db:/var/lib/mysql
networks:
- internal