feat: kompose secrets
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
# =================================================================
|
||||
# DATA Stack Configuration
|
||||
# =================================================================
|
||||
|
||||
# Stack identification
|
||||
COMPOSE_PROJECT_NAME=data
|
||||
|
||||
# Infrastructure images (can override root defaults)
|
||||
# POSTGRES_IMAGE=postgres:16-alpine
|
||||
# REDIS_IMAGE=redis:7-alpine
|
||||
# Docker image
|
||||
|
||||
# Traefik configuration
|
||||
TRAEFIK_ENABLED=true
|
||||
|
||||
# Additional configuration
|
||||
|
||||
# NOTE: Secrets are stored in root secrets.env file
|
||||
# Available secrets for this stack:
|
||||
|
||||
6
Projects/kompose/data/.env.bak
Normal file
6
Projects/kompose/data/.env.bak
Normal file
@@ -0,0 +1,6 @@
|
||||
# Stack identification
|
||||
COMPOSE_PROJECT_NAME=data
|
||||
|
||||
# Infrastructure images (can override root defaults)
|
||||
# POSTGRES_IMAGE=postgres:16-alpine
|
||||
# REDIS_IMAGE=redis:7-alpine
|
||||
Reference in New Issue
Block a user