]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - support/docker/production/config/production.yaml
Prepare building docker files on docker hub
[github/Chocobozzz/PeerTube.git] / support / docker / production / config / production.yaml
CommitLineData
e8395f02 1listen:
2 port: 9000
3
4# Correspond to your reverse proxy "listen" configuration
5webserver:
6 https: true
7 hostname: undefined
8 port: 443
9
10# Your database name will be "peertube"+database.suffix
11database:
12 hostname: 'db'
13 port: 5432
14 suffix: ''
15 username: 'postgres'
16 password: 'postgres'
17
18# Redis server for short time storage
19redis:
20 hostname: 'redis'
21 port: 6379
22 auth: null
23
24# From the project root directory
25storage:
26 avatars: '../data/avatars/'
e8395f02 27 videos: '../data/videos/'
28 logs: '../data/logs/'
29 previews: '../data/previews/'
30 thumbnails: '../data/thumbnails/'
31 torrents: '../data/torrents/'
32 cache: '../data/cache/'
33
34log:
35 level: 'info' # debug/info/warning/error
36
e8395f02 37admin:
95540ed2 38 email: null