Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include database service in docker-compose.uvicorn.yml bc it does not… #119

Closed
wants to merge 1 commit into from

Conversation

charalamm
Copy link
Contributor

The database service is missing so docker compose does not work on that file

… work

The database service is missing so docker compose does not work on that file
@vincentsarago
Copy link
Member

👋 Hi @charalamm

I would love if we can avoid duplicating code (I know that the database block is also in docker-compose.official.yml but we should remove it).

to get the database you'll need to chain the docker-compose file as:

docker-compose -f docker-compose.yml -f docker-compose.uvicorn.yml up stac-uvicorn raster-uvicorn vector-uvicorn

@charalamm
Copy link
Contributor Author

Ok, I understand. Thanks

@charalamm charalamm closed this Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants