removed dozzle and dockge as well as arcane

This commit is contained in:
2026-04-21 23:01:38 +00:00
parent b908aa0ae1
commit 1c6c61cf43
4 changed files with 0 additions and 76 deletions

View File

@@ -1,15 +0,0 @@
#GLOBAL SETTINGS
COMPOSE_HTTP_TIMEOUT=120
COMPOSE_IGNORE_ORPHANS=1
DOCKER_CONFIGS=.
DOCKERGID=999
DOCKERHOSTNAME=DockerServer
DOCKERLOGGING_MAXFILE=10
DOCKERLOGGING_MAXSIZE=200k
PGID=1000
PUID=1000
UMASK=000
TZ=America/Chicago
BACKUP_DIR=/mnt/backups
MEDIA_DIR=/mnt/media
STORAGE_DIR=/mnt/storage

1
admin/.gitignore vendored
View File

@@ -1 +0,0 @@
appdata/

View File

@@ -1,31 +0,0 @@
services:
dockge:
container_name: dockge
image: louislam/dockge:1
environment:
- DOCKGE_STACKS_DIR=/home/akanealw/docker
networks:
- reverse-proxy
ports:
- 5001:5001
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${DOCKER_CONFIGS}/dockge/data:/app/data
- /home/akanealw/docker:/home/akanealw/docker
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
networks:
- reverse-proxy
ports:
- 8080:8080
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
reverse-proxy:
name: reverse-proxy
external: true

View File

@@ -1,29 +0,0 @@
services:
arcane:
image: ghcr.io/ofkm/arcane:latest
container_name: arcane
restart: unless-stopped
ports:
- 3552:3552
networks:
- reverse-proxy
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- arcane-data:/app/data
environment:
- PUID=1000
- PGID=1000
- APP_URL=http://192.168.1.30:3552
- ENCRYPTION_KEY=cf4fd2f6e3bb3d8c60d9d1eb7c0ee719c5c224de034c77adbe2722ffb10a5101
- JWT_SECRET=7f12f03fd4b958d762771657275c3e67465c4dbd34e447ab41ab4c35f05ea5aa
- DATABASE_URL=file:data/arcane.db?_pragma=journal_mode(WAL)&_pragma=busy_timeout(2500)&_txlock=immediate
networks:
reverse-proxy:
name: reverse-proxy
external: true
volumes:
arcane-data:
driver: local