Skip to content

Commit

Permalink
chore: update postgresql version
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Apr 21, 2024
1 parent 52906a5 commit 7315d0e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml → compose.yml
@@ -1,5 +1,3 @@
version: '3.8'

services:
legacy_mysql:
platform: linux/x86_64
Expand Down Expand Up @@ -48,7 +46,7 @@ services:
- $LEGACY_MYSQL_READ_REPLICA_PORT

pg:
image: postgres:11
image: postgres:16
container_name: pg
env_file: ./.env
environment:
Expand All @@ -61,7 +59,7 @@ services:
- $PG_PORT

pg_read_replica:
image: postgres:11
image: postgres:16
container_name: pg_read_replica
env_file: ./.env
environment:
Expand Down

0 comments on commit 7315d0e

Please sign in to comment.