Files
full-stack-fastapi-template/{{cookiecutter.project_slug}}/docker-compose.deploy.images.yml
Sebastián Ramírez 7f8bfc8faa 🎉 First commit, from couchbase generator, basic changes
not tested / updated yet
2019-02-09 19:42:36 +04:00

9 lines
223 B
YAML

version: '3.3'
services:
backend:
image: '${DOCKER_IMAGE_BACKEND}:${TAG-latest}'
celeryworker:
image: '${DOCKER_IMAGE_CELERYWORKER}:${TAG-latest}'
frontend:
image: '${DOCKER_IMAGE_FRONTEND}:${TAG-latest}'