Files
potato-mesh/docker-compose.prod.yml
l5y 62de1480f7 Require time library before formatting ISO timestamps (#149)
* Require time library for ISO timestamp formatting

* Default to host networking in Compose
2025-09-22 09:21:04 +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