piston/docker-compose.yaml
2021-04-06 09:42:32 -04:00

12 lines
224 B
YAML

version: '2.7'
services:
piston_api:
build: api
restart: always
ports:
- 2000:2000
volumes:
- ./data/piston:/piston
tmpfs:
- /piston/jobs:exec