-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (18 loc) · 811 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (18 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Docker Compose configuration. Copy to `.env` and fill in before the first
# `docker-compose up`:
#
# cp .env.example .env
#
# Compose reads `.env` from this directory automatically and substitutes the
# values into docker-compose.cpu.yaml / docker-compose.gpu.yaml. The real `.env`
# is git-ignored and never committed.
#
# Backend API keys live in a separate file, backend/.env — see
# backend/.env.example.
# Credentials MongoDB is initialised with on first start, and that the backend
# uses to connect. Changing them after the mongo_data volume exists has no
# effect: the root user is only created on an empty data directory. To change
# them later, remove the volume (`docker-compose down -v`, which deletes all
# stored data) and start again.
MONGO_ROOT_USERNAME=mongoadmin
MONGO_ROOT_PASSWORD=