Skip to content

Commit

Permalink
Update postgres to 17 - 2/2
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Oct 25, 2024
1 parent f16f0fa commit 0392761
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,13 @@ services:
- db

db:
image: postgres:13.5
container_name: running_on_dart_db
restart: always
env_file:
- .env
volumes:
- "rod-new_rod_db:/var/lib/postgresql/data"
- "~/test:/test"

db17:
image: postgres:17
container_name: running_on_dart_db_17
container_name: running_on_dart_db
restart: always
env_file:
- .env
volumes:
- "rod_db_17:/var/lib/postgresql/data"
- "~/test:/test"

volumes:
rod-new_rod_db:
external: true
rod_db_17:

0 comments on commit 0392761

Please sign in to comment.