feat: kompose secrets
This commit is contained in:
17
Projects/kompose/docs/.env
Executable file → Normal file
17
Projects/kompose/docs/.env
Executable file → Normal file
@@ -1,3 +1,18 @@
|
||||
# =================================================================
|
||||
# DOCS Stack Configuration
|
||||
# =================================================================
|
||||
|
||||
# Stack identification
|
||||
COMPOSE_PROJECT_NAME=docs
|
||||
TRAEFIK_HOST=docs.pivoine.art
|
||||
|
||||
# Docker image
|
||||
DOCKER_IMAGE=joseluisq/static-web-server:latest
|
||||
|
||||
# Traefik configuration
|
||||
TRAEFIK_ENABLED=true
|
||||
TRAEFIK_HOST=${TRAEFIK_HOST_DOCS}
|
||||
|
||||
# Additional configuration
|
||||
|
||||
# NOTE: Secrets are stored in root secrets.env file
|
||||
# Available secrets for this stack:
|
||||
|
||||
3
Projects/kompose/docs/.env.bak
Executable file
3
Projects/kompose/docs/.env.bak
Executable file
@@ -0,0 +1,3 @@
|
||||
COMPOSE_PROJECT_NAME=docs
|
||||
TRAEFIK_HOST=docs.pivoine.art
|
||||
DOCKER_IMAGE=joseluisq/static-web-server:latest
|
||||
Reference in New Issue
Block a user