Added .env files to stacks
This commit is contained in:
2
dozzle/.env
Normal file
2
dozzle/.env
Normal file
@@ -0,0 +1,2 @@
|
||||
DOZZLE_MODE=swarm
|
||||
PORT=8280
|
||||
@@ -10,14 +10,11 @@ services:
|
||||
dozzle:
|
||||
image: amir20/dozzle:latest
|
||||
environment:
|
||||
- DOZZLE_MODE=swarm
|
||||
# - DOZZLE_HOSTNAME=dozzle.home.ramberg.net
|
||||
# - DOZZLE_REMOTE_AGENT=agent:7007
|
||||
- DOZZLE_MODE=${DOZZLE_MODE:-swarm}
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- 8280:8080
|
||||
# network_mode: "host"
|
||||
- ${PORT}:8080
|
||||
networks:
|
||||
- dozzle
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user