Files
home/Projects/kompose/chat/.env

24 lines
552 B
Bash
Raw Normal View History

2025-10-11 11:45:47 +02:00
# =================================================================
# CHAT Stack Configuration
# =================================================================
2025-10-08 10:35:48 +02:00
# Stack identification
COMPOSE_PROJECT_NAME=chat
# Docker image
DOCKER_IMAGE=gotify/server:latest
2025-10-11 11:45:47 +02:00
# Traefik configuration
TRAEFIK_ENABLED=true
TRAEFIK_HOST=${TRAEFIK_HOST_CHAT}
2025-10-08 10:35:48 +02:00
2025-10-11 11:45:47 +02:00
# Application port
2025-10-08 10:35:48 +02:00
APP_PORT=80
2025-10-11 09:59:09 +02:00
2025-10-11 11:45:47 +02:00
# Additional configuration
2025-10-11 09:59:09 +02:00
GOTIFY_DEFAULTUSER_NAME=admin
GOTIFY_DEFAULTUSER_PASS=admin
2025-10-11 11:45:47 +02:00
# NOTE: Secrets are stored in root secrets.env file
# Available secrets for this stack: