piston/docker-compose.yaml

19 lines
346 B
YAML
Raw Normal View History

2021-02-20 23:39:03 +01:00
version: '3.8'
services:
piston_api:
build: api
2021-02-21 10:53:42 +01:00
privileged: true
2021-02-20 23:39:03 +01:00
restart: always
ports:
- 6969:6969
volumes:
- ./data/piston:/piston
tmpfs:
2021-03-13 11:29:33 +01:00
- /piston/jobs:exec
2021-02-20 23:39:03 +01:00
2021-03-20 09:28:13 +01:00
piston_fs_repo: # Local testing of packages
2021-02-20 23:39:03 +01:00
build: repo
2021-03-20 09:28:13 +01:00
command: ['dart-2.12.1'] # Only build dart
2021-02-20 23:39:03 +01:00
volumes:
2021-03-20 09:28:13 +01:00
- .:/piston