piston/docker-compose.yaml

13 lines
248 B
YAML
Raw Normal View History

2021-03-29 10:41:47 +02:00
version: '2.7'
2021-02-20 23:39:03 +01:00
services:
piston_api:
2021-04-17 06:41:27 +02:00
image: ghcr.io/engineer-man/piston
restart: always
ports:
- 2000:2000
volumes:
- ./data/piston:/piston
tmpfs:
- /piston/jobs:exec