.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
0333797de7
commit
6707abf0e0
|
@ -227,10 +227,9 @@ services:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
image: ghost
|
image: ${LOCAL_DOCKER_REGISTRY}ghost
|
||||||
volumes:
|
volumes:
|
||||||
- ghost-content:/var/lib/ghost/content
|
- ghost-content:/var/lib/ghost/content
|
||||||
- ./ghost/config.production.json:/var/lib/ghost/config.production.json
|
|
||||||
environment:
|
environment:
|
||||||
- url=https://${GIT_DOMAIN}/blog
|
- url=https://${GIT_DOMAIN}/blog
|
||||||
networks:
|
networks:
|
||||||
|
|
Reference in New Issue