feat: kompose secrets
This commit is contained in:
@@ -1,11 +1,21 @@
|
||||
# =================================================================
|
||||
# BLOG Stack Configuration
|
||||
# =================================================================
|
||||
|
||||
# Stack identification
|
||||
COMPOSE_PROJECT_NAME=blog
|
||||
|
||||
# Docker image
|
||||
DOCKER_IMAGE=joseluisq/static-web-server:latest
|
||||
|
||||
# Traefik hostname
|
||||
TRAEFIK_HOST=pivoine.art
|
||||
# Traefik configuration
|
||||
TRAEFIK_ENABLED=true
|
||||
TRAEFIK_HOST=${TRAEFIK_HOST_BLOG}
|
||||
|
||||
# App port
|
||||
# Application port
|
||||
APP_PORT=80
|
||||
|
||||
# Additional configuration
|
||||
|
||||
# NOTE: Secrets are stored in root secrets.env file
|
||||
# Available secrets for this stack:
|
||||
|
||||
11
Projects/kompose/blog/.env.bak
Normal file
11
Projects/kompose/blog/.env.bak
Normal file
@@ -0,0 +1,11 @@
|
||||
# Stack identification
|
||||
COMPOSE_PROJECT_NAME=blog
|
||||
|
||||
# Docker image
|
||||
DOCKER_IMAGE=joseluisq/static-web-server:latest
|
||||
|
||||
# Traefik hostname
|
||||
TRAEFIK_HOST=pivoine.art
|
||||
|
||||
# App port
|
||||
APP_PORT=80
|
||||
Reference in New Issue
Block a user