Files
full-stack-fastapi-template/{{cookiecutter.project_slug}}/docker-compose.shared.base-images.yml

7 lines
85 B
YAML
Raw Normal View History

version: '3.3'
services:
db:
image: postgres:11
queue:
image: rabbitmq:3