mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
build
This commit is contained in:
@@ -17,15 +17,17 @@ services:
|
|||||||
mode: ingress
|
mode: ingress
|
||||||
volumes:
|
volumes:
|
||||||
- auth:/auth
|
- auth:/auth
|
||||||
- data:/var/lib/registry
|
- /share/docker_registry/data:/var/lib/registry
|
||||||
|
- config:/etc/docker/registry/
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
wud.watch: 'false'
|
wud.watch: 'false'
|
||||||
wud.watch.digest: 'false'
|
wud.watch.digest: 'false'
|
||||||
replicas: 1
|
replicas: 1
|
||||||
placement:
|
restart_policy:
|
||||||
constraints:
|
condition: any
|
||||||
- node.role == manager
|
|
||||||
volumes:
|
volumes:
|
||||||
auth:
|
auth:
|
||||||
data:
|
config:
|
||||||
Reference in New Issue
Block a user