mirror of
https://gitee.com/pnoker/iot-dc3.git
synced 2026-09-21 05:11:58 +08:00
git-subtree-dir: dc3-web git-subtree-mainline:e133f5a027git-subtree-split:0c3c7a157c
16 lines
335 B
Bash
16 lines
335 B
Bash
# Makefile / Docker Compose defaults for the web project.
|
|
# Copy to .env only when local overrides are needed.
|
|
|
|
REGISTRY=auto
|
|
DC3_WEB_IMAGE=pnoker/dc3-web
|
|
DC3_WEB_VERSION=latest
|
|
DC3_BIND_HOST=127.0.0.1
|
|
DC3_WEB_HTTP_PORT=8080
|
|
DC3_WEB_HTTPS_PORT=8443
|
|
|
|
APP_API_HOST=dc3-gateway
|
|
APP_API_PORT=8000
|
|
|
|
DC3_LOG_MAX_SIZE=20m
|
|
DC3_LOG_MAX_FILE=20
|