Skip to content

Commit

Permalink
Minimal upgrade to Postgres 16
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteinberg committed Jan 2, 2025
1 parent 189497f commit 9165b7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ services:
volumes:
- redis_data:/data:delegated
db:
image: registry.lil.tools/library/postgres:12.11
image: registry.lil.tools/library/postgres:16.6
environment:
POSTGRES_PASSWORD: password
POSTGRES_DB: perma
POSTGRES_USER: perma
volumes:
- postgres_data:/var/lib/postgresql/data:delegated
- postgres_data_16:/var/lib/postgresql/data:delegated
networks:
- default
- superset
Expand Down Expand Up @@ -141,6 +141,7 @@ services:
volumes:
node_modules:
postgres_data:
postgres_data_16:
redis_data:
pp_db_data:
scoop_redis_data:
Expand Down

0 comments on commit 9165b7e

Please sign in to comment.