add intial docker-compose
parent
babfefa910
commit
32fd21257d
@ -0,0 +1,10 @@
|
||||
version: "3"
|
||||
services:
|
||||
script:
|
||||
image: registry.lubiland.de/swarm-nat
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.role == manager
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
Loading…
Reference in New Issue