29 lines
486 B
Plaintext
29 lines
486 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
|