mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-05-15 22:16:29 +02:00
update peertube
This commit is contained in:
parent
30acea313b
commit
d032dcaee8
@ -28,6 +28,7 @@ services:
|
|||||||
PEERTUBE_SMTP_TLS: 'true'
|
PEERTUBE_SMTP_TLS: 'true'
|
||||||
PEERTUBE_SMTP_DISABLE_STARTTLS: 'false'
|
PEERTUBE_SMTP_DISABLE_STARTTLS: 'false'
|
||||||
PEERTUBE_ADMIN_EMAIL: admin@gmail.com
|
PEERTUBE_ADMIN_EMAIL: admin@gmail.com
|
||||||
|
PEERTUBE_SECRET: 'xxxxxx' # openssl rand -hex 32
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
ipv4_address: 172.18.0.42
|
ipv4_address: 172.18.0.42
|
||||||
@ -41,9 +42,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./data/postgres:/var/lib/postgresql/data
|
- ./data/postgres:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=peertube
|
POSTGRES_USER: peertube
|
||||||
- POSTGRES_PASSWORD=peertube
|
POSTGRES_PASSWORD: peertube
|
||||||
- POSTGRES_DB=peertube
|
POSTGRES_DB: peertube
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user