Added .env files to stacks

This commit is contained in:
2026-02-16 19:19:14 +01:00
parent 5e9f943996
commit 71a5db3b11
40 changed files with 211 additions and 89 deletions

2
dozzle/.env Normal file
View File

@@ -0,0 +1,2 @@
DOZZLE_MODE=swarm
PORT=8280

View File

@@ -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: