moved and renamed adguard, dockmon to their directories
+gitea rename
This commit is contained in:
+2
-1
@@ -7,8 +7,9 @@ traefik/certs/*
|
||||
.env.anna
|
||||
.env.forust
|
||||
traefik/letsencrypt/acme.json
|
||||
dockmon/data/*
|
||||
portainer_data/*
|
||||
adguardhome/*
|
||||
adguardhome/data/*
|
||||
.python-version
|
||||
gitea/gitea-data/
|
||||
traefik/logs/*
|
||||
|
||||
@@ -12,8 +12,8 @@ services:
|
||||
# - "68:68/tcp" # DHCP
|
||||
- "3000:3000/tcp"
|
||||
volumes:
|
||||
- ./adguardhome/work:/opt/adguardhome/work
|
||||
- ./adguardhome/conf:/opt/adguardhome/conf
|
||||
- ./data/work:/opt/adguardhome/work
|
||||
- ./data/conf:/opt/adguardhome/conf
|
||||
networks:
|
||||
- traefik-proxy
|
||||
labels:
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
- "traefik.docker.network=traefik-proxy"
|
||||
- glance.name=adguard
|
||||
# - glance.icon=si:adguard
|
||||
- glance.url=https://adguard.${HOST}/
|
||||
- glance.url=https://adguard.forust.xyz/
|
||||
- glance.description=AdGuard Home is a network-wide software for blocking ads.
|
||||
networks:
|
||||
traefik-proxy:
|
||||
@@ -8,7 +8,7 @@ services:
|
||||
environment:
|
||||
- TZ=Europe/Bratislava
|
||||
volumes:
|
||||
- ./volumes/dockmon:/app/data
|
||||
- ./data:/app/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-k", "-f", "https://localhost:443/health"]
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
- "traefik.docker.network=traefik-proxy"
|
||||
- glance.name=dockmon
|
||||
# - glance.icon=sh:dockmon
|
||||
- glance.url=https://dockmon.${HOST}/
|
||||
- glance.url=https://dockmon.forust.xyz/
|
||||
- glance.description=Dockmon is a lightweight Docker container monitoring and management tool with a user-friendly web interface.
|
||||
|
||||
networks:
|
||||
Reference in New Issue
Block a user