Skip to content

Instantly share code, notes, and snippets.

@michaelmob
Created March 20, 2021 06:31
Show Gist options
  • Save michaelmob/e8930f7190546d3dfeafb3e9f3837aac to your computer and use it in GitHub Desktop.
Save michaelmob/e8930f7190546d3dfeafb3e9f3837aac to your computer and use it in GitHub Desktop.
version: "3.3"
services:
script-server:
container_name: script-server
image: bugy/script-server
restart: unless-stopped
ports:
- "5000:5000"
volumes:
- type: bind
source: ./conf.json
target: /app/conf/conf.json
- ./runners:/app/conf/runners
- ./scripts:/app/scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment