-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env
More file actions
121 lines (98 loc) · 2.98 KB
/
Copy path.env
File metadata and controls
121 lines (98 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# =============================================================================
# SERVER SETUP SCRIPT - ENVIRONMENT CONFIGURATION
# Generated by scripts/setup.sh
# =============================================================================
# This file contains all configurable variables for your selected services.
# Edit the values below to match your setup, then run the setup script.
# =============================================================================
# ── Core Settings ─────────────────────────────────────────────────────────────
# Timezone (see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
TZ=UTC
# User and Group IDs for file permissions (run `id` to get your values)
PUID=1000
PGID=1000
# Base directory for all Docker data (config files, databases, etc.)
DOCKER_DATA=/srv/dockerdata
# Base directory for logs
DOCKER_LOGS=/srv/dockerlogs
# Base directory for backups
DOCKER_BACKUPS=/srv/dockerbackups
# Your domain name (used for reverse proxy and service URLs)
BASE_DOMAIN=example.com
# Default Docker network name (created automatically if it doesn't exist)
DEFAULT_NETWORK=proxy
# Base port for auto-port assignment (services get BASE_PORT + index)
BASE_PORT=30000
# ── Database Credentials (used when services require databases) ────────────────
# PostgreSQL
POSTGRES_USER=dbuser
POSTGRES_PASSWORD=changeme_postgres
POSTGRES_DB=appdb
# MySQL / MariaDB
MYSQL_ROOT_PASSWORD=changeme_root
MYSQL_DATABASE=appdb
MYSQL_USER=dbuser
MYSQL_PASSWORD=changeme_mysql
# Redis
REDIS_PASSWORD=changeme_redis
# ── Service Port Assignments ──────────────────────────────────────────────────
# Override default ports here. Comment out to use defaults.
# Format: PORT_SERVICENAME=host_port
# Media
PORT_JELLYFIN=8096
PORT_SONARR=8989
PORT_RADARR=7878
PORT_BAZARR=6767
PORT_JELLYSEERR=5055
PORT_PROWLARR=9696
PORT_MAINTAINERR=6246
PORT_LIDARR=8686
PORT_SLSKD=5030
PORT_PIWIGO=8101
# Networking
PORT_ADGUARD_SETUP=3000
PORT_ADGUARD_HTTP=80
PORT_ADGUARD_HTTPS=443
PORT_PIHOLE=8080
PORT_NPM_HTTP=80
PORT_NPM_HTTPS=443
PORT_NPM_ADMIN=81
PORT_TRAEFIK_HTTP=80
PORT_TRAEFIK_HTTPS=443
PORT_TRAEFIK_DASHBOARD=8080
PORT_BESZEL=8090
PORT_UPTIME_KUMA=3001
PORT_GLUETUN=8888
# AI
PORT_OPENWEBUI=3000
PORT_N8N=5678
PORT_ANYTHINGLLM=3020
# Development
PORT_GITEA=3000
PORT_CODE_SERVER=8443
PORT_SEMAPHORE=3000
# Files
PORT_NEXTCLOUD=8880
PORT_FILEBROWSER=8888
PORT_MINIO=9000
PORT_MINIO_CONSOLE=9001
# Communication
PORT_NTFY=8840
PORT_GOTIFY=8850
# Productivity
PORT_JOPLIN=22300
PORT_MEMOS=5230
PORT_LINKWARDEN=3300
PORT_VIKUNJA=3456
# Server
PORT_HOMEPAGE=3050
PORT_HOMARR=7575
PORT_PORTAINER=9000
PORT_PORTAINER_EDGE=8000
PORT_DOZZLE=8940
PORT_AUTHELIA=9091
# Downloads
PORT_QBITTORRENT=8085
PORT_SABNZBD=8080
PORT_AUTOBRR=7474
PORT_FLARESOLVERR=8191