1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00

Update PostgreSQL image

This commit is contained in:
toast-ts 2024-02-13 17:40:19 +11:00
parent ba08a37023
commit dc0c4836b8
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
- 6379:6379/tcp - 6379:6379/tcp
db: db:
container_name: postgres-master container_name: postgres-master
image: postgres:16.1-alpine3.19 image: postgres:16.2-alpine3.19
restart: unless-stopped restart: unless-stopped
ports: ports:
- 5432:5432/tcp - 5432:5432/tcp

View File

@ -8,7 +8,7 @@ services:
- 6379:6379/tcp - 6379:6379/tcp
db-slave: db-slave:
container_name: postgres-slave container_name: postgres-slave
image: postgres:16.1-alpine3.19 image: postgres:16.2-alpine3.19
restart: unless-stopped restart: unless-stopped
ports: ports:
- 5432:5432/tcp - 5432:5432/tcp