Adding dozzle

Cleaning up all compose files:
  consistent labels
  remove exposed ports
  move synapse to wildcard cert
  remove commented out lines
Switch qbit to libtorrentv1 tag
This commit is contained in:
2026-04-08 18:35:51 +00:00
parent 7732ed22a7
commit 686fff045b
15 changed files with 64 additions and 120 deletions

View File

@@ -4,15 +4,13 @@ services:
container_name: homepage
env_file: ".env"
environment:
PUID: 1029 # optional, your user id
PGID: 994 # optional, your group id
PUID: 1029
PGID: 1000
HOMEPAGE_ALLOWED_HOSTS: home.nearfuture
ports:
- 3069:3000
volumes:
- /home/fejy/docker/homepage/config:/app/config
- /home/fejy/docker/homepage/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
# - /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
networks:
- proxy