mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
14 lines
300 B
YAML
14 lines
300 B
YAML
version: '3.2'
|
|
|
|
services:
|
|
api:
|
|
image: ghcr.io/engineer-man/piston
|
|
container_name: piston_api
|
|
restart: always
|
|
ports:
|
|
- 2000:2000
|
|
volumes:
|
|
- ./data/piston:/piston
|
|
tmpfs:
|
|
- /piston/jobs:exec
|
|
- /tmp:exec
|