Remove tmpfs
This commit is contained in:
parent
6b02d120fd
commit
c292e36a38
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue