feat: kompose secrets

This commit is contained in:
2025-10-11 11:45:47 +02:00
parent c69e86fb95
commit a18d68f336
43 changed files with 904 additions and 182 deletions

View File

@@ -1,14 +1,22 @@
# =================================================================
# DOCK Stack Configuration
# =================================================================
# Stack identification
COMPOSE_PROJECT_NAME=dock
# Docker image
DOCKER_IMAGE=louislam/dockge:1
# Traefik hostname
TRAEFIK_HOST=dock.pivoine.art
# Traefik configuration
TRAEFIK_ENABLED=true
TRAEFIK_HOST=${TRAEFIK_HOST_DOCK}
# App port
# Application port
APP_PORT=5001
# Stacks directory path
# Additional configuration
DOCKGE_STACKS_DIR=/root/repos/compose
# NOTE: Secrets are stored in root secrets.env file
# Available secrets for this stack:

View File

@@ -0,0 +1,14 @@
# Stack identification
COMPOSE_PROJECT_NAME=dock
# Docker image
DOCKER_IMAGE=louislam/dockge:1
# Traefik hostname
TRAEFIK_HOST=dock.pivoine.art
# App port
APP_PORT=5001
# Stacks directory path
DOCKGE_STACKS_DIR=/root/repos/compose