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