services: web: build: context: . target: production ports: - "8000:8000" env_file: - env test: build: context: . target: test env_file: - env