Adjust docker files
This commit is contained in:
parent
7acd10c8d9
commit
9c1cc7d268
3 changed files with 3 additions and 32 deletions
|
@ -5,24 +5,14 @@ services:
|
|||
image: git.zontreck.com/ariascreations/buildenvironments:linux
|
||||
container_name: linuxbuilder
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- AGENT=${AGENT}
|
||||
- GRADLEPROP=${GRADLEPROP}
|
||||
- PUB=${PUB}
|
||||
- PRIVKEY=${PRIVKEY}
|
||||
- PUBKEY=${PUBKEY}
|
||||
env_file: .env
|
||||
networks:
|
||||
- buildenv
|
||||
linuxfs:
|
||||
image: git.zontreck.com/ariascreations/buildenvironments:linuxfs
|
||||
container_name: linuxfs
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- AGENT=${FSAGENT}
|
||||
env_file: .env
|
||||
networks:
|
||||
- buildenv
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue