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