-
Notifications
You must be signed in to change notification settings - Fork 87
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
Not able to install with docker-compose.yaml or docker pull #271
Comments
I'm in the same boat. The INSTALL.md seems to assume that users have a local postgres up and running and that they know how to create a database and tweak DATABASE_URL=postgresql://postgres:postgres@localhost/azimutt_dev for it to work. If that's the case, then the installation steps should tell how to get a basic postgres setup running (probably just another local docker container plus some initialization commands). I'd like to try Azimutt with an in-house database, but I'm not comfortable with sharing the whole schema with an online service. |
The "Pre-build Docker image" steps didn't work for me.
The azimutt-backend then said:
The right URL was http://localhost:4000 |
Thank you! |
Also, from a fellow paramotorist and snowboarder, hell yeah on the kite-wing skiing! |
I followed the install guide with the docker pull
docker pull ghcr.io/azimuttapp/azimutt:main
and docker run pointing to my .env.
It runs but I get this:
I have not been able to fix it and the container just exits out.
I have also tried just using the docker-compose.yaml with this:
and this is the error I get:
Am I just missing a ton or is there something seriously wrong?
The text was updated successfully, but these errors were encountered: