changes
This commit is contained in:
parent
e4c2e8d63a
commit
5dc6044906
8 changed files with 38 additions and 39 deletions
|
@ -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
|
Reference in a new issue