Skip to content

Commit

Permalink
update to api for local
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Sep 12, 2024
1 parent 4d9e3d1 commit 3da4f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions compose_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"description": "Development server"
}
]

APP_ORIGINS = [
'http://127.0.0.1:8000',
'http://127.0.0.1:4200',
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
build:
context: ./compose_api
dockerfile: ./Dockerfile-compose_api
image: ghcr.io/biosimulators/bio-check-compose_api:1.11.0
image: ghcr.io/biosimulators/bio-check-compose_api:1.11.1
container_name: api
environment:
- MONGO_URI=mongodb://mongodb:27017/?retryWrites=true&w=majority&appName=bio-compose
Expand Down

0 comments on commit 3da4f28

Please sign in to comment.