feat: kompose secrets
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
# =================================================================
|
||||
# PROXY Stack Configuration
|
||||
# =================================================================
|
||||
|
||||
# Stack identification
|
||||
COMPOSE_PROJECT_NAME=proxy
|
||||
|
||||
# Docker image
|
||||
DOCKER_IMAGE=traefik:latest
|
||||
|
||||
# Traefik configuration
|
||||
TRAEFIK_ENABLED=true
|
||||
|
||||
# Additional configuration
|
||||
|
||||
# NOTE: Secrets are stored in root secrets.env file
|
||||
# Available secrets for this stack:
|
||||
|
||||
5
Projects/kompose/proxy/.env.bak
Normal file
5
Projects/kompose/proxy/.env.bak
Normal file
@@ -0,0 +1,5 @@
|
||||
# Stack identification
|
||||
COMPOSE_PROJECT_NAME=proxy
|
||||
|
||||
# Docker image
|
||||
DOCKER_IMAGE=traefik:latest
|
||||
Reference in New Issue
Block a user