vscode fix
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-01-20 21:02:18 -06:00
parent 061ab0c2c0
commit 10f1511201

View file

@ -19,8 +19,9 @@ services:
volumes:
# - /data/nfs/Baxter/Docker/Code/config:/config
- /data/nfs/znas/Docker/Code/config:/config
- /DockerVol/code:/Data
- /DockerVol/code/config:/config
- /DockerVol/code/data:/Data
ports:
- target: 8443
@ -31,7 +32,7 @@ services:
deploy:
placement:
constraints:
- node.hostname == docker2
- node.hostname == znas
labels:
# Homepage
homepage.group: "Applications"