Add a blank dotenv file
This commit is contained in:
parent
376886dad8
commit
7acd10c8d9
2 changed files with 10 additions and 0 deletions
6
.env
Normal file
6
.env
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
AGENT=NAN
|
||||||
|
FSAGENT=NAN
|
||||||
|
GRADLEPROP=NAN
|
||||||
|
PUBKEY=NAN
|
||||||
|
PRIVKEY=NAN
|
||||||
|
PUB=NAN
|
|
@ -5,6 +5,8 @@ services:
|
||||||
image: git.zontreck.com/ariascreations/buildenvironments:linux
|
image: git.zontreck.com/ariascreations/buildenvironments:linux
|
||||||
container_name: linuxbuilder
|
container_name: linuxbuilder
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- AGENT=${AGENT}
|
- AGENT=${AGENT}
|
||||||
- GRADLEPROP=${GRADLEPROP}
|
- GRADLEPROP=${GRADLEPROP}
|
||||||
|
@ -17,6 +19,8 @@ services:
|
||||||
image: git.zontreck.com/ariascreations/buildenvironments:linuxfs
|
image: git.zontreck.com/ariascreations/buildenvironments:linuxfs
|
||||||
container_name: linuxfs
|
container_name: linuxfs
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- AGENT=${FSAGENT}
|
- AGENT=${FSAGENT}
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue