Skip to content

Commit 3eac91c

Browse files
committed
Add some more comments to docker-compose.sample.yml
1 parent 8eb8710 commit 3eac91c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker-compose.sample.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ services:
3434
- 8881
3535
environment:
3636
# Postgres connection
37+
## UPDATE ME V============================================================================================V UPDATE ME
3738
- POSTGRES_USER=username
39+
## UPDATE ME V============================================================================================V UPDATE ME
3840
- POSTGRES_PASS=password
41+
## Leave this as mmgis-stac
3942
- POSTGRES_DBNAME=mmgis-stac
4043
- POSTGRES_HOST_READER=db
4144
- POSTGRES_HOST_WRITER=db
@@ -69,8 +72,11 @@ services:
6972
# https://github.com/tiangolo/uvicorn-gunicorn-docker#max_workers
7073
# - MAX_WORKERS=10
7174
# Postgres connection
75+
## UPDATE ME V============================================================================================V UPDATE ME
7276
- POSTGRES_USER=username
77+
## UPDATE ME V============================================================================================V UPDATE ME
7378
- POSTGRES_PASS=password
79+
## Leave this as mmgis-stac
7480
- POSTGRES_DBNAME=mmgis-stac
7581
- POSTGRES_HOST=db
7682
- POSTGRES_PORT=5432
@@ -150,8 +156,11 @@ services:
150156
# https://github.com/tiangolo/uvicorn-gunicorn-docker#max_workers
151157
- MAX_WORKERS=10
152158
# Postgres connection
159+
## UPDATE ME V============================================================================================V UPDATE ME
153160
- POSTGRES_USER=username
161+
## UPDATE ME V============================================================================================V UPDATE ME
154162
- POSTGRES_PASS=password
163+
## Leave this as mmgis-stac
155164
- POSTGRES_DBNAME=mmgis-stac
156165
- POSTGRES_HOST=db
157166
- POSTGRES_PORT=5432
@@ -200,6 +209,7 @@ services:
200209
env_file: .env
201210
environment:
202211
- POSTGRES_USER=${DB_USER}
212+
## UPDATE ME V============================================================================================V UPDATE ME
203213
- POSTGRES_PASSWORD_OFF=Rename to 'POSTGRES_PASSWORD' and replace this with an initial root password for the DB
204214
ports:
205215
- 5432

0 commit comments

Comments
 (0)