mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-18 17:26:26 +02:00
added environment to docker compose
This commit is contained in:
parent
a446ebe5bb
commit
f8588aa9f7
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ services:
|
||||||
- 2000:2000
|
- 2000:2000
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/piston/packages:/piston/packages
|
- ./data/piston/packages:/piston/packages
|
||||||
|
environment:
|
||||||
|
- PISTON_REPO_URL=http://repo:8000/index
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /piston/jobs:exec,uid=1000,gid=1000,mode=711
|
- /piston/jobs:exec,uid=1000,gid=1000,mode=711
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue