mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
* Initial: use Isolate for isolation * Continue: use Isolate for isolation * Bug fixes * timeout is wall-time for backward compatibility * Documentation, signal names, reported time in ms * Report memory usage in bytes * Add privileged flags where needed * Remove tmpfs * Remove tmpfs * Fix package installation * Fix path, fix Zig: CRLF -> LF
14 lines
311 B
YAML
14 lines
311 B
YAML
version: '3.2'
|
|
|
|
services:
|
|
api:
|
|
image: ghcr.io/engineer-man/piston
|
|
container_name: piston_api
|
|
restart: always
|
|
privileged: true
|
|
ports:
|
|
- 2000:2000
|
|
volumes:
|
|
- ./data/piston/packages:/piston/packages
|
|
tmpfs:
|
|
- /tmp:exec
|