Add a blank dotenv file

This commit is contained in:
zontreck 2024-09-13 13:07:08 -07:00
parent 376886dad8
commit 7acd10c8d9
2 changed files with 10 additions and 0 deletions

6
.env Normal file
View file

@ -0,0 +1,6 @@
AGENT=NAN
FSAGENT=NAN
GRADLEPROP=NAN
PUBKEY=NAN
PRIVKEY=NAN
PUB=NAN

View file

@ -5,6 +5,8 @@ services:
image: git.zontreck.com/ariascreations/buildenvironments:linux
container_name: linuxbuilder
restart: unless-stopped
env_file:
- .env
environment:
- AGENT=${AGENT}
- GRADLEPROP=${GRADLEPROP}
@ -17,6 +19,8 @@ services:
image: git.zontreck.com/ariascreations/buildenvironments:linuxfs
container_name: linuxfs
restart: unless-stopped
env_file:
- .env
environment:
- AGENT=${FSAGENT}
networks: