Merge remote-tracking branch 'refs/remotes/origin/main'
Renovate / renovate (push) Successful in 7m42s

This commit is contained in:
2025-09-30 16:02:41 -04:00
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout full repository - name: Checkout full repository
uses: actions/checkout@v4 uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
with: with:
fetch-depth: 0 # required so we can access main^1 fetch-depth: 0 # required so we can access main^1
@@ -94,7 +94,7 @@ jobs:
notification_message: "Starting Docker Compose run..." notification_message: "Starting Docker Compose run..."
- name: Docker Compose Deployment - name: Docker Compose Deployment
uses: hoverkraft-tech/compose-action@v2.3.0 uses: hoverkraft-tech/compose-action@40041ff1b97dbf152cd2361138c2b03fa29139df # v2.3.0
env: env:
DOCKER_HOST: tcp://dockerproxy:2375 DOCKER_HOST: tcp://dockerproxy:2375
with: with:
@@ -105,7 +105,7 @@ jobs:
- name: Docker Compose Healthcheck - name: Docker Compose Healthcheck
id: health id: health
uses: jaracogmbh/docker-compose-health-check-action@v1.0.0 uses: jaracogmbh/docker-compose-health-check-action@973fbdccf7c8e396b652d3501984c8e530a9fa80 # v1.0.0
with: with:
max-retries: 30 max-retries: 30
retry-interval: 10 retry-interval: 10
+6 -6
View File
@@ -580,7 +580,7 @@ services:
POSTGRES_DB: authelia POSTGRES_DB: authelia
expose: expose:
- 5432 - 5432
image: postgres:16-alpine@sha256:1c6d2f6e4d30d49c529e09a627e8178db5011dde88d955eb08db2e135e64aa09 image: postgres:16-alpine@sha256:66266770619a23ab310c7fa60043b6d1fa041038cb232ced59d2c509fecd297b
networks: networks:
default: null default: null
profiles: ["rinoa-apps"] profiles: ["rinoa-apps"]
@@ -3858,7 +3858,7 @@ services:
MEILI_HOST: http://meilisearch:7700 MEILI_HOST: http://meilisearch:7700
MEILI_NO_ANALYTICS: true MEILI_NO_ANALYTICS: true
MEILI_MASTER_KEY: ${MEILISEARCH_MASTER_KEY} MEILI_MASTER_KEY: ${MEILISEARCH_MASTER_KEY}
image: getmeili/meilisearch:v1.22@sha256:753430b82af098649d9e0fb571ae852063221c819948a69bc41f9f33c0f95a77 image: getmeili/meilisearch:v1.22@sha256:328dc1698cc6f54bb811b8030ff864c6345144cded5ac89b6ab23fe9f747d723
ports: ports:
- 7700:7700 - 7700:7700
profiles: ["rinoa-apps"] profiles: ["rinoa-apps"]
@@ -4369,7 +4369,7 @@ services:
retries: 10 retries: 10
test: 'pg_isready -U "$$POSTGRES_USER" -d "$$POSTGRES_DB"' test: 'pg_isready -U "$$POSTGRES_USER" -d "$$POSTGRES_DB"'
timeout: 2s timeout: 2s
image: postgres:16-alpine@sha256:1c6d2f6e4d30d49c529e09a627e8178db5011dde88d955eb08db2e135e64aa09 image: postgres:16-alpine@sha256:66266770619a23ab310c7fa60043b6d1fa041038cb232ced59d2c509fecd297b
profiles: ["rinoa-apps"] profiles: ["rinoa-apps"]
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@@ -4860,7 +4860,7 @@ services:
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 5 retries: 5
image: postgres:16-alpine@sha256:1c6d2f6e4d30d49c529e09a627e8178db5011dde88d955eb08db2e135e64aa09 image: postgres:16-alpine@sha256:66266770619a23ab310c7fa60043b6d1fa041038cb232ced59d2c509fecd297b
profiles: ["rinoa-apps"] profiles: ["rinoa-apps"]
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@@ -5442,7 +5442,7 @@ services:
POSTGRES_PASSWORD: ${REACTIVE_RESUME_PGSQL_PASSWORD} POSTGRES_PASSWORD: ${REACTIVE_RESUME_PGSQL_PASSWORD}
expose: expose:
- 5432 - 5432
image: postgres:16-alpine@sha256:1c6d2f6e4d30d49c529e09a627e8178db5011dde88d955eb08db2e135e64aa09 image: postgres:16-alpine@sha256:66266770619a23ab310c7fa60043b6d1fa041038cb232ced59d2c509fecd297b
networks: networks:
default: null default: null
profiles: ["rinoa-apps"] profiles: ["rinoa-apps"]
@@ -6575,7 +6575,7 @@ services:
POSTGRES_USER: tandoor POSTGRES_USER: tandoor
expose: expose:
- 5432 - 5432
image: postgres:16-alpine@sha256:1c6d2f6e4d30d49c529e09a627e8178db5011dde88d955eb08db2e135e64aa09 image: postgres:16-alpine@sha256:66266770619a23ab310c7fa60043b6d1fa041038cb232ced59d2c509fecd297b
networks: networks:
default: null default: null
profiles: ["rinoa-apps"] profiles: ["rinoa-apps"]