.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
4eb6708d7b
commit
5275a31abd
|
@ -16,7 +16,7 @@ services:
|
||||||
- CHAT_PROXY_PASS=http://chat:3000
|
- CHAT_PROXY_PASS=http://chat:3000
|
||||||
- REMOTE_PROXY_PASS=http://guacamole:8080/guacamole/
|
- REMOTE_PROXY_PASS=http://guacamole:8080/guacamole/
|
||||||
- DRONE_PROXY_PASS=http://drone-server:8080
|
- DRONE_PROXY_PASS=http://drone-server:8080
|
||||||
- REGISTRY_PROXY_PASS=http://registry:5000
|
- REGISTRY_PROXY_PASS=http://registry-1:5000
|
||||||
- LOCATION=/git/
|
- LOCATION=/git/
|
||||||
- BLOG_LOCATION=/blog/
|
- BLOG_LOCATION=/blog/
|
||||||
- CHAT_LOCATION=/chat/
|
- CHAT_LOCATION=/chat/
|
||||||
|
@ -175,6 +175,20 @@ services:
|
||||||
- registry-key
|
- registry-key
|
||||||
ports:
|
ports:
|
||||||
- 5003:5000
|
- 5003:5000
|
||||||
|
registry-1:
|
||||||
|
deploy:
|
||||||
|
placement:
|
||||||
|
constraints: [node.labels.com.sigyl.git-stack == yes]
|
||||||
|
replicas: 1
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
image: registry:2
|
||||||
|
volumes:
|
||||||
|
- registry-data:/var/lib/registry
|
||||||
|
environment:
|
||||||
|
- REGISTRY_HTTP_ADDR=0.0.0.0:5000
|
||||||
|
networks:
|
||||||
|
- appnet
|
||||||
registry-cache:
|
registry-cache:
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
|
|
Reference in New Issue