32 lines
564 B
Plaintext
32 lines
564 B
Plaintext
COMPOSE_PROJECT_NAME=trmm
|
|
|
|
IMAGE_REPO=tacticalrmm/
|
|
VERSION=latest
|
|
|
|
# tactical credentials (Used to login to dashboard)
|
|
TRMM_USER=tactical
|
|
TRMM_PASS=tactical
|
|
|
|
# dns settings
|
|
APP_HOST=rmm.example.com
|
|
API_HOST=api.example.com
|
|
MESH_HOST=mesh.example.com
|
|
|
|
# mesh settings
|
|
MESH_USER=tactical
|
|
MESH_PASS=tactical
|
|
MONGODB_USER=mongouser
|
|
MONGODB_PASSWORD=mongopass
|
|
|
|
# database settings
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASS=postgrespass
|
|
|
|
# DEV SETTINGS
|
|
APP_PORT=80
|
|
API_PORT=80
|
|
HTTP_PROTOCOL=https
|
|
DOCKER_NETWORK=172.21.0.0/24
|
|
DOCKER_NGINX_IP=172.21.0.20
|
|
NATS_PORTS=4222:4222
|