Skip to content

Commit

Permalink
Update docker-compose.sample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Jan 28, 2025
1 parent c82d293 commit 887277b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
# Postgres connection
- POSTGRES_USER=username
- POSTGRES_PASS=password
- POSTGRES_DBNAME=postgis
- POSTGRES_DBNAME=mmgis-stac
- POSTGRES_HOST_READER=db
- POSTGRES_HOST_WRITER=db
- POSTGRES_PORT=5432
Expand Down Expand Up @@ -49,7 +49,7 @@ services:
# Postgres connection
- POSTGRES_USER=username
- POSTGRES_PASS=password
- POSTGRES_DBNAME=postgis
- POSTGRES_DBNAME=mmgis-stac
- POSTGRES_HOST=db
- POSTGRES_PORT=5432
- DB_MIN_CONN_SIZE=1
Expand Down Expand Up @@ -125,7 +125,7 @@ services:
# Postgres connection
- POSTGRES_USER=username
- POSTGRES_PASS=password
- POSTGRES_DBNAME=postgis
- POSTGRES_DBNAME=mmgis-stac
- POSTGRES_HOST=db
- POSTGRES_PORT=5432
- DB_MIN_CONN_SIZE=1
Expand Down

0 comments on commit 887277b

Please sign in to comment.