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