mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-03-28 17:42:48 +01:00
* Require time library for ISO timestamp formatting * Default to host networking in Compose
30 lines
463 B
YAML
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
|