Skip to content

Commit e3bb0a1

Browse files
authored
Merge pull request #227 from maevsi/renovate/prodrigestivill-postgres-backup-local-18.x
chore(deps): update prodrigestivill/postgres-backup-local docker tag to v18
2 parents 48f4fc4 + b0de2b6 commit e3bb0a1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/development/stack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ services:
333333
POSTGRES_DB_FILE: /run/secrets/postgres_db
334334
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
335335
POSTGRES_USER_FILE: /run/secrets/postgres_user
336-
image: postgis/postgis:17-3.5-alpine
336+
image: postgis/postgis:18-3.6-alpine
337337
ports: #DARGSTACK-REMOVE
338338
- 5432:5432 #DARGSTACK-REMOVE
339339
secrets:
@@ -346,7 +346,7 @@ services:
346346
# - net.ipv4.tcp_keepalive_intvl=30
347347
# - net.ipv4.tcp_keepalive_probes=10
348348
volumes:
349-
- postgres_data:/var/lib/postgresql/data/
349+
- postgres_data:/var/lib/postgresql/
350350
prometheus:
351351
# You can access the metrics monitoring at [prometheus.app.localhost](https://prometheus.app.localhost/).
352352
deploy:
@@ -395,15 +395,15 @@ services:
395395
POSTGRES_DB_FILE: /run/secrets/postgres_db
396396
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
397397
POSTGRES_USER_FILE: /run/secrets/postgres_user
398-
image: pgvector/pgvector:0.8.1-pg17
398+
image: pgvector/pgvector:0.8.1-pg18
399399
ports: #DARGSTACK-REMOVE
400400
- 5433:5432 #DARGSTACK-REMOVE
401401
secrets:
402402
- postgres_db
403403
- postgres_password
404404
- postgres_user
405405
volumes:
406-
- reccoom_postgres_data:/var/lib/postgresql/data/
406+
- reccoom_postgres_data:/var/lib/postgresql/
407407
redpanda:
408408
# You can access the event streaming platform's ui as described under `redpanda-console`.
409409
command:

src/production/production.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ services:
5050
POSTGRES_HOST: postgres
5151
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
5252
POSTGRES_USER_FILE: /run/secrets/postgres_user
53-
image: prodrigestivill/postgres-backup-local:17-alpine
53+
image: prodrigestivill/postgres-backup-local:18-alpine
5454
secrets:
5555
- postgres-backup_db
5656
- postgres_password
5757
- postgres_user
5858
volumes:
59-
- postgres_data:/var/lib/postgresql/data/
59+
- postgres_data:/var/lib/postgresql/
6060
- ../production/backups/postgres/:/backups/
6161
prometheus:
6262
deploy:
@@ -72,7 +72,7 @@ services:
7272
- (( append ))
7373
- traefik.http.routers.redpanda_secure.tls.certresolver=default
7474
sqitch:
75-
image: ghcr.io/maevsi/sqitch:9.10.0
75+
image: ghcr.io/maevsi/sqitch:10.0.0
7676
volumes: (( prune ))
7777
traefik:
7878
command:
@@ -118,7 +118,7 @@ services:
118118
- (( append ))
119119
- traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
120120
- traefik.http.routers.vibetype_secure.tls.certresolver=default
121-
image: ghcr.io/maevsi/vibetype:12.50.0
121+
image: ghcr.io/maevsi/vibetype:13.0.0
122122
user: (( prune ))
123123
# vibetype_beta:
124124
# # You can access the main project frontend's beta version at [beta.app.localhost](https://beta.app.localhost/).

0 commit comments

Comments
 (0)