mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
added dockge
This commit is contained in:
parent
83c6cf98ad
commit
b2b9a66eba
2
.gitignore
vendored
2
.gitignore
vendored
@ -25,3 +25,5 @@ mariadb/dbgate-data/
|
||||
authentik/certs/
|
||||
authentik/custom-templates/
|
||||
authentik/media/
|
||||
dockge/data/
|
||||
dockge/stacks/
|
||||
|
23
dockge/compose.yml
Normal file
23
dockge/compose.yml
Normal file
@ -0,0 +1,23 @@
|
||||
# https://github.com/louislam/dockge
|
||||
|
||||
# A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.
|
||||
|
||||
name: dockge
|
||||
|
||||
services:
|
||||
dockge:
|
||||
image: louislam/dockge:1
|
||||
container_name: dockge
|
||||
ports:
|
||||
- 5001:5001
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./data:/app/data
|
||||
# Stacks Directory
|
||||
# ⚠️ READ IT CAREFULLY. If you did it wrong, your data could end up writing into a WRONG PATH.
|
||||
# ⚠️ 1. FULL path only. No relative path (MUST)
|
||||
# ⚠️ 2. Left Stacks Path === Right Stacks Path (MUST)
|
||||
- ./stacks:/opt/stacks
|
||||
environment:
|
||||
# Tell Dockge where to find the stacks
|
||||
- DOCKGE_STACKS_DIR=/opt/stacks
|
Loading…
x
Reference in New Issue
Block a user