question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

STAC REST API using docker-compose up

See original GitHub issue

Hello,

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:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
pedringcodingcommented, Jul 21, 2021

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!

1reaction
sbrunatocommented, Jul 21, 2021

Another update, I added a .gitattributes file containing * -text to prevent git from normalizing EOL when running on windows

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found