feat: kompose secrets
This commit is contained in:
25
Projects/kompose/link/.env.bak
Normal file
25
Projects/kompose/link/.env.bak
Normal file
@@ -0,0 +1,25 @@
|
||||
# Stack identification
|
||||
COMPOSE_PROJECT_NAME=link
|
||||
|
||||
# Docker image
|
||||
DOCKER_IMAGE=ghcr.io/linkwarden/linkwarden:latest
|
||||
|
||||
# Database name
|
||||
DB_NAME=linkwarden
|
||||
|
||||
# Traefik hostname
|
||||
TRAEFIK_HOST=link.pivoine.art
|
||||
|
||||
# App port
|
||||
APP_PORT=3000
|
||||
|
||||
# Network
|
||||
NETWORK_NAME=kompose
|
||||
|
||||
# NextAuth Secret
|
||||
NEXTAUTH_SECRET=changeme
|
||||
|
||||
# Features
|
||||
DISABLE_SCREENSHOT=false
|
||||
DISABLE_ARCHIVE=false
|
||||
DISABLE_REGISTRATION=true
|
||||
Reference in New Issue
Block a user