Just some minor tweaks
This commit is contained in:
parent
7391d63f46
commit
9de4e2ac93
@ -25,9 +25,9 @@ services:
|
||||
- Matrix
|
||||
hostname: syncv3
|
||||
ports:
|
||||
- "8009:8009"
|
||||
- 8009:8009
|
||||
environment:
|
||||
- "SYNCV3_SERVER=https://syncv3.niefelheim.com"
|
||||
- "SYNCV3_SERVER=http://synapse:8008"
|
||||
- "SYNCV3_SECRET=14b82584030154fc47f23fc8177fabf9c795ea3b4a6e11d32f452b353809cbe8"
|
||||
- "SYNCV3_BINDADDR=:8009"
|
||||
- "SYNCV3_DB=user=syncv3 dbname=syncv3 sslmode=disable host=192.168.1.161 password='SyncoptIcon'"
|
||||
|
||||
@ -29,6 +29,8 @@ services:
|
||||
- PLEX_CLAIM=claim-kV1j1aMNtz1idHqAjffW
|
||||
volumes:
|
||||
- plex:/config
|
||||
- /data/backup/plex:/backup
|
||||
- /etc/ssl/technitium:/etc/ssl/private:ro
|
||||
- /data/media/tv:/tv
|
||||
- /data/media/movies:/movies
|
||||
- /data/media/music:/music
|
||||
|
||||
Binary file not shown.
@ -3,11 +3,11 @@ version: '3.3'
|
||||
services:
|
||||
primary:
|
||||
hostname: 'primary'
|
||||
image: crunchydata/crunchy-postgres:centos7-10.3-1.8.2
|
||||
image: crunchydata/crunchy-postgres:ubi8-15.2-0
|
||||
secrets:
|
||||
- postgres_primary
|
||||
- postgres_password
|
||||
- postgres_rootpw
|
||||
- postgres_primary
|
||||
- postgres_password
|
||||
- postgres_rootpw
|
||||
environment:
|
||||
- PGHOST=/tmp
|
||||
- MAX_CONNECTIONS=10
|
||||
@ -25,14 +25,14 @@ services:
|
||||
ports:
|
||||
- '5432'
|
||||
networks:
|
||||
- infra
|
||||
- postgres
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.labels.type == primary
|
||||
- node.role == worker
|
||||
replica:
|
||||
image: crunchydata/crunchy-postgres:centos7-10.3-1.8.2
|
||||
image: crunchydata/crunchy-postgres:ubi8-15.2-0
|
||||
secrets:
|
||||
- postgres_primary
|
||||
- postgres_password
|
||||
@ -55,15 +55,14 @@ services:
|
||||
ports:
|
||||
- '5432'
|
||||
networks:
|
||||
- infra
|
||||
- postgres
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.labels.type != primary
|
||||
- node.role == worker
|
||||
networks:
|
||||
infra:
|
||||
|
||||
postgres:
|
||||
volumes:
|
||||
pg-primary-vol:
|
||||
pg-replica-vol:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user