# Production overrides for docker-compose.yml services: web: build: target: production environment: DEBUG: 0 restart: always web-bridge: build: target: production environment: DEBUG: 0 restart: always ingestor: build: target: production environment: DEBUG: 0 restart: always ingestor-bridge: build: target: production environment: DEBUG: 0 restart: always