work yay
All checks were successful
Docker Image / build (push) Successful in 2m29s

This commit is contained in:
LockeShor
2026-06-08 22:34:54 -04:00
commit a519e46482
10 changed files with 343 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
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