Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
Giles Bradshaw | c38aeb01cc | |
Giles Bradshaw | 4972c13faa |
|
@ -1,2 +1,3 @@
|
|||
--build-arg REGISTRY=${REGISTRY_DOMAIN}:${REGISTRY_PORT}/ \
|
||||
&& docker build ghost -t ${REGISTRY_DOMAIN}:${REGISTRY_PORT}/ghost
|
||||
docker build ghost -t ${REGISTRY_DOMAIN}:${REGISTRY_PORT}/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}ghost
|
||||
volumes:
|
||||
- ghost-content-images:/var/lib/ghost/content/images
|
||||
- ghost-content-settings:/var/lib/ghost/content/settings
|
||||
|
|
Loading…
Reference in New Issue