mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 05:56:26 +02:00
12 lines
248 B
YAML
12 lines
248 B
YAML
version: '2.7'
|
|
|
|
services:
|
|
piston_api:
|
|
image: ghcr.io/engineer-man/piston
|
|
restart: always
|
|
ports:
|
|
- 2000:2000
|
|
volumes:
|
|
- ./data/piston:/piston
|
|
tmpfs:
|
|
- /piston/jobs:exec
|