Added .env files to stacks
This commit is contained in:
3
it-tools/.env
Normal file
3
it-tools/.env
Normal file
@@ -0,0 +1,3 @@
|
||||
# Environment variables for the IT Tools application
|
||||
|
||||
PORT=9080
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
#container_name: it-tools
|
||||
#restart: unless-stopped
|
||||
ports:
|
||||
- 9080:80
|
||||
- ${PORT}:80
|
||||
|
||||
deploy:
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user