Remove tmpfs

This commit is contained in:
Omar Brikaa 2024-09-06 19:01:57 +03:00
parent 6b02d120fd
commit c292e36a38
1 changed files with 1 additions and 5 deletions

View File

@ -10,12 +10,8 @@ services:
- 2000:2000
volumes:
- ./data/piston/packages:/piston/packages
tmpfs:
- /piston/jobs:exec,uid=1000,gid=1000,mode=711
environment:
- PISTON_DISABLE_NETWORKING=false
- PISTON_RUN_CPU_TIME=1000
- PISTON_LIMIT_OVERRIDES={"c++":{"run_cpu_time":700}}
- PISTON_REPO_URL=http://repo:8000/index
repo: # Local testing of packages
build: repo