mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 02:05:14 +00:00
⬆️ Upgrade to Postgres 12 (#148)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
db:
|
||||
image: postgres:11
|
||||
image: postgres:12
|
||||
queue:
|
||||
image: rabbitmq:3
|
||||
# Using the below image instead is required to enable the "Broker" tab in the flower UI:
|
||||
|
||||
Reference in New Issue
Block a user