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
|
||||
POSTGRES_USER=Sjh0ztoPHLqn5a58Ac5kmbkbi84
|
||||
POSTGRES_USER=peertube
|
||||
POSTGRES_PASSWORD=lqoGSf3UpFcs65TlygCVsI6SjHE
|
||||
# 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
|
||||
#PEERTUBE_DB_NAME=<MY POSTGRES DB NAME>
|
||||
#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
|
||||
# - assets:/app/client/dist
|
||||
- ./docker-volume/data:/data
|
||||
- ./docker-volume/config:/config
|
||||
- ./docker-volume/config:/app/config
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
- postfix
|
||||
# - postfix
|
||||
restart: "always"
|
||||
|
||||
postgres:
|
||||
|
@ -81,13 +81,13 @@ services:
|
|||
- ./docker-volume/redis:/data
|
||||
restart: "always"
|
||||
|
||||
postfix:
|
||||
image: mwader/postfix-relay
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./docker-volume/opendkim/keys:/etc/opendkim/keys
|
||||
restart: "always"
|
||||
# postfix:
|
||||
# image: mwader/postfix-relay
|
||||
# env_file:
|
||||
# - .env
|
||||
# volumes:
|
||||
# - ./docker-volume/opendkim/keys:/etc/opendkim/keys
|
||||
# restart: "always"
|
||||
|
||||
# networks:
|
||||
# default:
|
||||
|
|
Loading…
Reference in a new issue