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