mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-11-09 11:47:26 +01:00
Remove dozzle
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
4496211aa5
commit
6ab1b3c486
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ UTILS_SERVICES := it-tools stirlingpdf
|
|||||||
PROFILES := caddy wordpress syncthing gitea homepage $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES)
|
PROFILES := caddy wordpress syncthing gitea homepage $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES)
|
||||||
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
|
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
|
||||||
|
|
||||||
# gitea-runner dozzle watchtower
|
# gitea-runner watchtower
|
||||||
|
|
||||||
COMPOSE_FILES := $(shell find . -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /')
|
COMPOSE_FILES := $(shell find . -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /')
|
||||||
|
|
||||||
|
@ -117,10 +117,6 @@ pastebin.bensuperpc.org {
|
|||||||
redir https://privatebin.bensuperpc.org permanent
|
redir https://privatebin.bensuperpc.org permanent
|
||||||
}
|
}
|
||||||
|
|
||||||
dozzle.bensuperpc.org {
|
|
||||||
reverse_proxy dozzle:8080
|
|
||||||
}
|
|
||||||
|
|
||||||
yacht.bensuperpc.org {
|
yacht.bensuperpc.org {
|
||||||
reverse_proxy yacht:8000
|
reverse_proxy yacht:8000
|
||||||
}
|
}
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
services:
|
|
||||||
# dozzle
|
|
||||||
dozzle:
|
|
||||||
image: amir20/dozzle:latest
|
|
||||||
container_name: dozzle
|
|
||||||
profiles:
|
|
||||||
- dozzle
|
|
||||||
restart: on-failure:5
|
|
||||||
depends_on:
|
|
||||||
- caddy
|
|
||||||
env_file:
|
|
||||||
- ./dozzle/env/dozzle.env
|
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
||||||
networks:
|
|
||||||
- infra-network
|
|
||||||
security_opt:
|
|
||||||
- no-new-privileges:true
|
|
1
infrastructure/dozzle/env/dozzle.env
vendored
1
infrastructure/dozzle/env/dozzle.env
vendored
@ -1 +0,0 @@
|
|||||||
DOZZLE_LEVEL=info
|
|
@ -21,13 +21,6 @@
|
|||||||
description: Yacht
|
description: Yacht
|
||||||
ping: yacht.bensuperpc.org
|
ping: yacht.bensuperpc.org
|
||||||
container: yacht
|
container: yacht
|
||||||
- dozzle:
|
|
||||||
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/dozzle.png
|
|
||||||
href: https://dozzle.bensuperpc.org/
|
|
||||||
description: Dozzle
|
|
||||||
ping: dozzle.bensuperpc.org
|
|
||||||
container: dozzle
|
|
||||||
|
|
||||||
- Sharing:
|
- Sharing:
|
||||||
- jellyfin:
|
- jellyfin:
|
||||||
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/jellyfin.png
|
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/jellyfin.png
|
||||||
|
Loading…
Reference in New Issue
Block a user