Skip to content

Commit d032dca

Browse files
committed
update peertube
1 parent 30acea3 commit d032dca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

peertube/docker-compose.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ services:
2828
PEERTUBE_SMTP_TLS: 'true'
2929
PEERTUBE_SMTP_DISABLE_STARTTLS: 'false'
3030
PEERTUBE_ADMIN_EMAIL: [email protected]
31+
PEERTUBE_SECRET: 'xxxxxx' # openssl rand -hex 32
3132
networks:
3233
default:
3334
ipv4_address: 172.18.0.42
@@ -41,9 +42,9 @@ services:
4142
volumes:
4243
- ./data/postgres:/var/lib/postgresql/data
4344
environment:
44-
- POSTGRES_USER=peertube
45-
- POSTGRES_PASSWORD=peertube
46-
- POSTGRES_DB=peertube
45+
POSTGRES_USER: peertube
46+
POSTGRES_PASSWORD: peertube
47+
POSTGRES_DB: peertube
4748
restart: unless-stopped
4849

4950
redis:

0 commit comments

Comments
 (0)