asdf
This commit is contained in:
parent
13db1ec823
commit
3d0a82bf14
1 changed files with 4 additions and 1 deletions
|
|
@ -10,10 +10,13 @@ services:
|
||||||
TZ: "America/Chicago"
|
TZ: "America/Chicago"
|
||||||
PORT: "8080"
|
PORT: "8080"
|
||||||
volumes:
|
volumes:
|
||||||
- /data/nfs/Baxter/Docker/termix:/app/data
|
- /DockerVol/termix:/app/data
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
deploy:
|
deploy:
|
||||||
|
placement:
|
||||||
|
constraints:
|
||||||
|
- node.hostname == docker4
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue