removed dozzle and dockge as well as arcane
This commit is contained in:
15
admin/.env
15
admin/.env
@@ -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
1
admin/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
appdata/
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user