Turned off postfix and repointed config mountpoint
This commit is contained in:
parent
bfe76cb620
commit
8b33c2bd6b
4
.env
4
.env
|
@ -1,8 +1,8 @@
|
||||||
# Database / Postgres service configuration
|
# Database / Postgres service configuration
|
||||||
POSTGRES_USER=Sjh0ztoPHLqn5a58Ac5kmbkbi84
|
POSTGRES_USER=peertube
|
||||||
POSTGRES_PASSWORD=lqoGSf3UpFcs65TlygCVsI6SjHE
|
POSTGRES_PASSWORD=lqoGSf3UpFcs65TlygCVsI6SjHE
|
||||||
# Postgres database name "peertube"
|
# Postgres database name "peertube"
|
||||||
POSTGRES_DB=peertube
|
POSTGRES_DB=peertube_prod
|
||||||
# The database name used by PeerTube will be PEERTUBE_DB_NAME (only if set) *OR* 'peertube'+PEERTUBE_DB_SUFFIX
|
# The database name used by PeerTube will be PEERTUBE_DB_NAME (only if set) *OR* 'peertube'+PEERTUBE_DB_SUFFIX
|
||||||
#PEERTUBE_DB_NAME=<MY POSTGRES DB NAME>
|
#PEERTUBE_DB_NAME=<MY POSTGRES DB NAME>
|
||||||
#PEERTUBE_DB_SUFFIX=_prod
|
#PEERTUBE_DB_SUFFIX=_prod
|
||||||
|
|
|
@ -60,11 +60,11 @@ services:
|
||||||
# Remove the following line if you want to use another webserver/proxy or test PeerTube in local
|
# Remove the following line if you want to use another webserver/proxy or test PeerTube in local
|
||||||
# - assets:/app/client/dist
|
# - assets:/app/client/dist
|
||||||
- ./docker-volume/data:/data
|
- ./docker-volume/data:/data
|
||||||
- ./docker-volume/config:/config
|
- ./docker-volume/config:/app/config
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
- postfix
|
# - postfix
|
||||||
restart: "always"
|
restart: "always"
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
|
@ -81,13 +81,13 @@ services:
|
||||||
- ./docker-volume/redis:/data
|
- ./docker-volume/redis:/data
|
||||||
restart: "always"
|
restart: "always"
|
||||||
|
|
||||||
postfix:
|
# postfix:
|
||||||
image: mwader/postfix-relay
|
# image: mwader/postfix-relay
|
||||||
env_file:
|
# env_file:
|
||||||
- .env
|
# - .env
|
||||||
volumes:
|
# volumes:
|
||||||
- ./docker-volume/opendkim/keys:/etc/opendkim/keys
|
# - ./docker-volume/opendkim/keys:/etc/opendkim/keys
|
||||||
restart: "always"
|
# restart: "always"
|
||||||
|
|
||||||
# networks:
|
# networks:
|
||||||
# default:
|
# default:
|
||||||
|
|
Loading…
Reference in a new issue