14 lines
No EOL
360 B
YAML
14 lines
No EOL
360 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 |