.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
5ecb4b791d
commit
13b30dac5a
|
@ -1,3 +1,3 @@
|
|||
docker build ghost -t ${REGISTRY_DOMAIN}:${REGISTRY_PORT}/ghost \
|
||||
docker build ghost -t ${REGISTRY_DOMAIN}:${REGISTRY_PORT}/my-ghost \
|
||||
--build-arg REGISTRY=${REGISTRY_DOMAIN}:${REGISTRY_PORT}/
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ services:
|
|||
replicas: 1
|
||||
restart_policy:
|
||||
condition: any
|
||||
image: ${LOCAL_DOCKER_REGISTRY}ghost
|
||||
image: ${LOCAL_DOCKER_REGISTRY}my-ghost
|
||||
volumes:
|
||||
- ghost-content-images:/var/lib/ghost/content/images
|
||||
- ghost-content-settings:/var/lib/ghost/content/settings
|
||||
|
|
Loading…
Reference in New Issue