ShiftSync/web/docker-compose.yaml
2025-06-10 22:59:40 -04:00

14 lines
361 B
YAML

services:
shiftsync-web:
image: 'docker.io/john4064/shiftsync:latest_web'
environment:
- 'TESTVAR=${COOLIFY_VAR}'
volumes:
- /home/jparkhurst/shiftsync:/shiftsync
ports:
- "5173:5173"
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:5173"]
interval: 10s
timeout: 5s
retries: 5