24 lines
552 B
Bash
24 lines
552 B
Bash
# =================================================================
|
|
# CHAT Stack Configuration
|
|
# =================================================================
|
|
|
|
# Stack identification
|
|
COMPOSE_PROJECT_NAME=chat
|
|
|
|
# Docker image
|
|
DOCKER_IMAGE=gotify/server:latest
|
|
|
|
# Traefik configuration
|
|
TRAEFIK_ENABLED=true
|
|
TRAEFIK_HOST=${TRAEFIK_HOST_CHAT}
|
|
|
|
# Application port
|
|
APP_PORT=80
|
|
|
|
# Additional configuration
|
|
GOTIFY_DEFAULTUSER_NAME=admin
|
|
GOTIFY_DEFAULTUSER_PASS=admin
|
|
|
|
# NOTE: Secrets are stored in root secrets.env file
|
|
# Available secrets for this stack:
|