added environment to docker compose
This commit is contained in:
parent
a446ebe5bb
commit
f8588aa9f7
|
@ -11,6 +11,8 @@ services:
|
|||
- 2000:2000
|
||||
volumes:
|
||||
- ./data/piston/packages:/piston/packages
|
||||
environment:
|
||||
- PISTON_REPO_URL=http://repo:8000/index
|
||||
tmpfs:
|
||||
- /piston/jobs:exec,uid=1000,gid=1000,mode=711
|
||||
|
||||
|
|
Loading…
Reference in New Issue