We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30acea3 commit d032dcaCopy full SHA for d032dca
peertube/docker-compose.yml
@@ -28,6 +28,7 @@ services:
28
PEERTUBE_SMTP_TLS: 'true'
29
PEERTUBE_SMTP_DISABLE_STARTTLS: 'false'
30
PEERTUBE_ADMIN_EMAIL: [email protected]
31
+ PEERTUBE_SECRET: 'xxxxxx' # openssl rand -hex 32
32
networks:
33
default:
34
ipv4_address: 172.18.0.42
@@ -41,9 +42,9 @@ services:
41
42
volumes:
43
- ./data/postgres:/var/lib/postgresql/data
44
environment:
- - POSTGRES_USER=peertube
45
- - POSTGRES_PASSWORD=peertube
46
- - POSTGRES_DB=peertube
+ POSTGRES_USER: peertube
+ POSTGRES_PASSWORD: peertube
47
+ POSTGRES_DB: peertube
48
restart: unless-stopped
49
50
redis:
0 commit comments