piston/docker-compose.yaml

20 lines
410 B
YAML
Raw Normal View History

2021-02-20 23:39:03 +01:00
version: '3.8'
services:
piston_api:
build: api
privileged: true
restart: always
ports:
- 2000:2000
volumes:
- ./data/piston:/piston
tmpfs:
- /piston/jobs:exec
2021-02-20 23:39:03 +01:00
piston_fs_repo: # Local testing of packages
build: repo
command: ['dart-2.12.1'] # Only build dart
volumes:
- .:/piston