feat: kompose secrets
This commit is contained in:
26
Projects/kompose/code/.env.bak
Normal file
26
Projects/kompose/code/.env.bak
Normal file
@@ -0,0 +1,26 @@
|
||||
# Stack identification
|
||||
COMPOSE_PROJECT_NAME=code
|
||||
|
||||
# Docker image
|
||||
DOCKER_IMAGE=gitea/gitea:latest
|
||||
|
||||
# Database name
|
||||
DB_NAME=gitea
|
||||
|
||||
# Traefik hostname
|
||||
TRAEFIK_HOST=code.pivoine.art
|
||||
|
||||
# App port (internal HTTP)
|
||||
APP_PORT=3000
|
||||
|
||||
# SSH port (for git operations)
|
||||
SSH_PORT=2222
|
||||
|
||||
# Network
|
||||
NETWORK_NAME=kompose
|
||||
|
||||
# SSH settings
|
||||
DISABLE_SSH=false
|
||||
|
||||
# Email settings (optional)
|
||||
EMAIL_ENABLED=true
|
||||
Reference in New Issue
Block a user