Browse Source

⬆️ Upgrade to Postgres 12 (#148)

pull/13907/head
Ruslan Samoylov 5 years ago
committed by GitHub
parent
commit
8812ca6635
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      {{cookiecutter.project_slug}}/docker-compose.shared.base-images.yml

2
{{cookiecutter.project_slug}}/docker-compose.shared.base-images.yml

@ -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:

Loading…
Cancel
Save