29 lines
640 B
Bash
29 lines
640 B
Bash
# =================================================================
|
|
# LINK Stack Configuration
|
|
# =================================================================
|
|
|
|
# Stack identification
|
|
COMPOSE_PROJECT_NAME=link
|
|
|
|
# Docker image
|
|
DOCKER_IMAGE=ghcr.io/linkwarden/linkwarden:latest
|
|
|
|
# Database name
|
|
DB_NAME=linkwarden
|
|
|
|
# Traefik configuration
|
|
TRAEFIK_ENABLED=true
|
|
TRAEFIK_HOST=${TRAEFIK_HOST_LINK}
|
|
|
|
# Application port
|
|
APP_PORT=3000
|
|
|
|
# Additional configuration
|
|
NETWORK_NAME=kompose
|
|
DISABLE_SCREENSHOT=false
|
|
DISABLE_ARCHIVE=false
|
|
DISABLE_REGISTRATION=true
|
|
|
|
# NOTE: Secrets are stored in root secrets.env file
|
|
# Available secrets for this stack:
|