mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 14:06:27 +02:00
13 lines
276 B
YAML
13 lines
276 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
|