Ruslan Samoylov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
{{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: |
|
|