Files
potato-mesh/docker-compose.prod.yml
T
2025-09-22 09:19:39 +02:00

30 lines
463 B
YAML

# 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