rename stacks to separe host and user worlds
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ services:
|
||||
context: ../..
|
||||
dockerfile: docker/registrator/Dockerfile
|
||||
image: ${DOCKER_REPOSITORY_NODE}/registrator:${DOCKER_IMAGE_TAG}
|
||||
command: -internal -cleanup -deregister always -resync=30 -useIpFromNetwork node -useIpFromLabel SERVICE_ADDRESS consul://consul:8500
|
||||
command: -internal -cleanup -deregister always -resync=30 -useIpFromNetwork "${DOCKER_NETWORK_PUBLIC}" -useIpFromLabel SERVICE_ADDRESS consul://consul:8500
|
||||
depends_on:
|
||||
- consul
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user