fix:registry in docker compose
This commit is contained in:
parent
5314e8f2ee
commit
0a64dd9e7f
|
@ -8,7 +8,7 @@ services:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
image: ${REGISTRY_DOMAIN}:${REGISTRY_PORT}/ghost
|
image: ${LOCAL_DOCKER_REGISTRY}/ghost
|
||||||
volumes:
|
volumes:
|
||||||
- ghost-content-images:/var/lib/ghost/content/images
|
- ghost-content-images:/var/lib/ghost/content/images
|
||||||
- ghost-content-settings:/var/lib/ghost/content/settings
|
- ghost-content-settings:/var/lib/ghost/content/settings
|
||||||
|
@ -31,7 +31,7 @@ services:
|
||||||
- appnet
|
- appnet
|
||||||
- externalnet
|
- externalnet
|
||||||
ghost-mysql:
|
ghost-mysql:
|
||||||
image: mysql:5.7
|
image: ${LOCAL_DOCKER_REGISTRY}mysql:5.7
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints: [node.labels.com.sigyl.git-stack-data == yes]
|
constraints: [node.labels.com.sigyl.git-stack-data == yes]
|
||||||
|
|
Loading…
Reference in New Issue