You've already forked testing-go-code-with-postgres
mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-07-03 23:30:31 +02:00
Bump postgres from 15.3-alpine3.18 to 16.3-alpine3.18
Bumps postgres from 15.3-alpine3.18 to 16.3-alpine3.18. --- updated-dependencies: - dependency-name: postgres dependency-version: 16.3-alpine3.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
github-actions[bot]
parent
8cc89ce6dd
commit
115c13e9c5
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15.3-alpine3.18
|
image: postgres:16.3-alpine3.18
|
||||||
command: postgres -c 'max_connections=1000'
|
command: postgres -c 'max_connections=1000'
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: postgres
|
POSTGRES_DB: postgres
|
||||||
@ -45,7 +45,7 @@ services:
|
|||||||
- ./migrations:/migrations:ro
|
- ./migrations:/migrations:ro
|
||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
image: postgres:15.3-alpine3.18
|
image: postgres:16.3-alpine3.18
|
||||||
command: echo 'All migrations have been successfully applied!'
|
command: echo 'All migrations have been successfully applied!'
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
|
Reference in New Issue
Block a user