mirror of
https://yerbamate.ml/nutomic/peertube.social
synced 2024-11-25 00:28:23 -05:00
Simplify traefik config
This commit is contained in:
parent
ceeaef8e2e
commit
fe2577c8f2
@ -39,8 +39,6 @@ services:
|
||||
image: chocobozzz/peertube:v1.2.1-stretch
|
||||
env_file:
|
||||
- .env
|
||||
labels:
|
||||
traefik.enable: "false"
|
||||
volumes:
|
||||
- ./volumes/data:/data
|
||||
- /mnt/external:/data-external
|
||||
@ -58,8 +56,6 @@ services:
|
||||
image: postgres:10-alpine
|
||||
volumes:
|
||||
- ./volumes/db:/var/lib/postgresql/data
|
||||
labels:
|
||||
traefik.enable: "false"
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||
@ -69,14 +65,10 @@ services:
|
||||
image: redis:5-alpine
|
||||
volumes:
|
||||
- ./volumes/redis:/data
|
||||
labels:
|
||||
traefik.enable: "false"
|
||||
restart: "always"
|
||||
|
||||
postfix:
|
||||
image: mwader/postfix-relay
|
||||
environment:
|
||||
- POSTFIX_myhostname=${PEERTUBE_WEBSERVER_HOSTNAME}
|
||||
labels:
|
||||
traefik.enable: "false"
|
||||
restart: "always"
|
||||
|
@ -73,3 +73,6 @@ entryPoint = "https"
|
||||
# Required
|
||||
#
|
||||
entryPoint = "http"
|
||||
|
||||
[docker]
|
||||
exposedByDefault = false
|
||||
|
Loading…
Reference in New Issue
Block a user