version: '3.8' services: workhive-sync: build: . env_file: .env restart: 'no' # keep logs visible; remove volume if not desired volumes: - ./:/app:ro command: /app/run-loop.sh