1
0

added newest versions of all compose files

This commit is contained in:
2024-08-15 22:35:13 -04:00
parent 7dc67af8f6
commit 02f770aa47
13 changed files with 508 additions and 0 deletions

42
dockge/docker-compose.yml Normal file
View File

@@ -0,0 +1,42 @@
---
# dockge
# DESCRIPTION
# APP_CREATOR_NAME
# ↳ https://link.to.github
# ↳ https://link.to.docs
services:
dockge:
image: louislam/dockge:latest
container_name: dockge
restart: unless-stopped
networks:
- proxy
# ports:
# - 5001:5001
environment:
- PUID=1000
- PGID=1000
- DOCKGE_STACKS_DIR=/opt/dockge/stacks
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /opt/dockge/stacks:/opt/dockge/stacks
- ./data:/app/data
# labels:
# - 'enabled=true'
networks:
proxy:
external: true
# ip_address: 127.0.0.1
# volumes:
# unique_volume_name:
# driver: local