1
0

syntax linting

This commit is contained in:
2025-07-13 13:32:34 -04:00
parent 66974f16e8
commit 2eeace8a0d
21 changed files with 964 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
---
# Dockge
# Modern docker-compose file manager
# Created by louislam
# ↳ https://github.com/louislam/dockge
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
networks:
proxy:
external: true
# Documentation available at https://github.com/louislam/dockge