feat: kompose secrets
This commit is contained in:
15
Projects/kompose/auth/.env.bak
Normal file
15
Projects/kompose/auth/.env.bak
Normal file
@@ -0,0 +1,15 @@
|
||||
# Stack identification
|
||||
COMPOSE_PROJECT_NAME=auth
|
||||
|
||||
# Docker image
|
||||
DOCKER_IMAGE=quay.io/keycloak/keycloak:latest
|
||||
|
||||
# Database name
|
||||
DB_NAME=keycloak
|
||||
|
||||
# Traefik hostname
|
||||
TRAEFIK_HOST=auth.pivoine.art
|
||||
|
||||
# Keycloak admin credentials
|
||||
KC_ADMIN_USERNAME=admin
|
||||
KC_ADMIN_PASSWORD=admin
|
||||
Reference in New Issue
Block a user