Remove tmpfs
This commit is contained in:
parent
6b02d120fd
commit
c292e36a38
|
@ -10,12 +10,8 @@ services:
|
||||||
- 2000:2000
|
- 2000:2000
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/piston/packages:/piston/packages
|
- ./data/piston/packages:/piston/packages
|
||||||
tmpfs:
|
|
||||||
- /piston/jobs:exec,uid=1000,gid=1000,mode=711
|
|
||||||
environment:
|
environment:
|
||||||
- PISTON_DISABLE_NETWORKING=false
|
- PISTON_REPO_URL=http://repo:8000/index
|
||||||
- PISTON_RUN_CPU_TIME=1000
|
|
||||||
- PISTON_LIMIT_OVERRIDES={"c++":{"run_cpu_time":700}}
|
|
||||||
|
|
||||||
repo: # Local testing of packages
|
repo: # Local testing of packages
|
||||||
build: repo
|
build: repo
|
||||||
|
|
Loading…
Reference in New Issue