2021-01-02 05:09:56 +00:00
|
|
|
COMPOSE_PROJECT_NAME=trmm
|
|
|
|
|
2021-01-04 01:15:40 +00:00
|
|
|
IMAGE_REPO=tacticalrmm/
|
2021-01-02 05:09:56 +00:00
|
|
|
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
|
2022-02-02 03:20:11 +00:00
|
|
|
APP_PORT=443
|
2021-01-28 04:31:34 +00:00
|
|
|
API_PORT=80
|
2021-01-16 16:20:24 +00:00
|
|
|
HTTP_PROTOCOL=https
|
2021-08-28 02:10:11 +00:00
|
|
|
DOCKER_NETWORK=172.21.0.0/24
|
|
|
|
DOCKER_NGINX_IP=172.21.0.20
|
|
|
|
NATS_PORTS=4222:4222
|