This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user