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

9 lines
223 B
YAML
Raw Normal View History

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}'