Skip to content

Commit

Permalink
Revert docker compose test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalita-lbl authored and dwinston committed Nov 3, 2023
1 parent 9807446 commit 45f8469
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
dockerfile: nmdc_runtime/fastapi.Dockerfile
container_name: fastapi
ports:
- "9000:9000"
- "8000:8000"
env_file:
- .env.test
depends_on:
Expand Down
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ services:
dockerfile: nmdc_runtime/fastapi.Dockerfile
container_name: fastapi
ports:
- "9000:9000"
command: ["uvicorn", "nmdc_runtime.api.main:app", "--reload", "--host", "0.0.0.0", "--port", "9000"]
- "8000:8000"
command: ["uvicorn", "nmdc_runtime.api.main:app", "--reload", "--host", "0.0.0.0", "--port", "8000"]
env_file:
- .env
depends_on:
Expand All @@ -87,6 +87,8 @@ services:
environment:
MONGO_INITDB_ROOT_USERNAME: admin
MONGO_INITDB_ROOT_PASSWORD: root
networks:
- nmdc-server_public

terminus:
image: terminusdb/terminusdb-server:v11.0.6
Expand Down

0 comments on commit 45f8469

Please sign in to comment.