version: "3.8"
services:
test:
build:
context: .
target: test
env_file: .env-test
depends_on:
- postgres
- elasticsearch
- redis
prod:
target: prod
args:
- GIT_SHA
image: mozilla/kitsune:prod-${GIT_COMMIT_SHORT:-latest}