Files
CF-scheduler/docker-compose.yml
2025-08-05 21:29:29 +02:00

17 lines
306 B
YAML

version: '3.8'
services:
nodejs:
restart: unless-stopped
build:
context: ./
dockerfile: Dockerfile
environment:
- CRABFIT_API_URL=${CRABFIT_API_URL}
ports:
- '3000:3000'
deploy:
update_config:
failure_action: rollback
order: start-first