STAC REST API using docker-compose up
See original GitHub issueHello,
Describe Failed to up the stac server app using docker compose with respect to the tutorial
git clone https://github.com/CS-SI/eodag.git
cd eodag
docker-compose up
Additionally, I have tried including the build step, but I have the same result.
git clone https://github.com/CS-SI/eodag.git
cd eodag
docker-compose build
docker-compose up
To Reproduce CLI commands executed by windows 10 to reproduce the bug: Follow steps by default tutorial exposed in readme.md
Output At the commande line tool displayed:
stac_server | standard_init_linux.go:228: exec user process caused: no such file or directory
stac_server exited with code 1
Environment:
- Python version:
3.8.5
- EODAG version:
2.3.1
Thanks for all!
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
STAC REST API / Browsing / Eodag docker-compose up · Issue ...
Describe the bug Failed to build the stac browsing app by using docker-compose with respect to the tutorial git clone https://github.com/CS-SI/eodag.git cd ...
Read more >STAC REST API - eodag - Read the Docs
EODAG has a STAC compliant REST API. It can serve configured providers data through this STAC API. To run the server, do: eodag...
Read more >Using Docker Compose to deploy a lightweight Python REST ...
REST API. We will start by building the base Docker container with the API functionality, and for the ASGI server we will use...
Read more >Introduction · Franklin
A STAC and OGC API Features compliant web service focused on ease-of-use for ... Bringing up a new pgstac database can be done...
Read more >Connecting to PostgreSql via Npgsql from ASP.NET Core 6 in ...
I'm trying to create a docker-compose script to fire a stack with a PostgreSql database and an ASP.NET Core 6 Web API. To...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great!
I using the last changes included in docker_window feature, and its correctly running.
I can check the API exposed from stac_server.
Thated really nice of you @sbrunato Thanks you very much!
Another update, I added a
.gitattributes
file containing* -text
to prevent git from normalizing EOL when running on windows