1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-11 14:16:27 +02:00
piston/docker-compose.yaml
2023-02-14 19:12:42 -08:00

14 lines
343 B
YAML

version: '3.2'
services:
api:
image: ghcr.io/endercheif/piston
container_name: piston_api
restart: always
ports:
- 2000:2000
volumes:
- ./data/piston/packages:/piston/packages
tmpfs:
- /piston/jobs:exec,uid=1000,gid=1000,mode=711
- /tmp:exec