ghost upgrade
This commit is contained in:
parent
ae24393275
commit
aa4dfa2d2d
|
@ -5,8 +5,6 @@ volumes:
|
|||
external: true
|
||||
mariadb-data:
|
||||
external: true
|
||||
ghost-data:
|
||||
external: true
|
||||
lumieredesoy-ghost-data:
|
||||
external: true
|
||||
victoria-metrics:
|
||||
|
@ -103,20 +101,12 @@ services:
|
|||
ipv6_address: 2a01:e0a:49e:2b81::3306
|
||||
restart: always
|
||||
lumieredesoy-ghost:
|
||||
image: ghost:4-alpine
|
||||
image: ghost:5-alpine
|
||||
volumes:
|
||||
- lumieredesoy-ghost-data:/var/lib/ghost/content
|
||||
- /srv/docker/volume/lumieredesoy_ghost/config/config.production.json:/var/lib/ghost/config.production.json:ro
|
||||
env_file: env/lumieredesoy-ghost
|
||||
restart: always
|
||||
ghost:
|
||||
image: ghost:4-alpine
|
||||
volumes:
|
||||
- ghost-data:/var/lib/ghost/content
|
||||
- /srv/docker/volume/ghost/config.production.json:/var/lib/ghost/config.production.json:ro
|
||||
env_file: env/yann-ghost
|
||||
restart: always
|
||||
mem_limit: 512M
|
||||
pdns:
|
||||
image: pdns-alpine
|
||||
volumes:
|
||||
|
@ -155,6 +145,7 @@ services:
|
|||
volumes:
|
||||
- /srv/www:/srv/www
|
||||
restart: always
|
||||
dns: 192.168.3.2
|
||||
pgbouncer:
|
||||
image: pgbouncer-alpine
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue