mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
12 lines
224 B
YAML
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
|