diff --git a/compose/matrix/docker-compose.yml b/compose/matrix/docker-compose.yml index 92344df..740be48 100644 --- a/compose/matrix/docker-compose.yml +++ b/compose/matrix/docker-compose.yml @@ -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'" diff --git a/compose/media/docker-compose.yml b/compose/media/docker-compose.yml index 9d24bf6..83cdbfb 100644 --- a/compose/media/docker-compose.yml +++ b/compose/media/docker-compose.yml @@ -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 diff --git a/swarm/postgresql/.docker-compose.yml.swp b/swarm/postgresql/.docker-compose.yml.swp deleted file mode 100644 index df94e45..0000000 Binary files a/swarm/postgresql/.docker-compose.yml.swp and /dev/null differ diff --git a/swarm/postgresql/docker-compose.yml b/swarm/postgresql/docker-compose.yml index 68a1637..a2d3f12 100644 --- a/swarm/postgresql/docker-compose.yml +++ b/swarm/postgresql/docker-compose.yml @@ -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: