-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
arm build error (Pi4, aarch64) #61
Comments
You will have to comment out the |
Ok, I missed that. So that get's me one step further:
my .env file is set like this
setting MAPBOX_KEY to some arbitrary value doesn't change anything. |
When you change your .env file, did you re-run the docker-compose command again? I haven't seen this behavior on my system |
Yes, this happens when I run docker-compose -f ./docker/docker-compose.yml up --build -V |
Ah, I think I found the reason. Fixed in #62. Can you please pull the main branch and try again? |
Actually, there is still a problem, I am working on this one |
Ok, it is good now. Fixed in commit dbd79f47975f2105ca4f9687b8fcdbd6bd2ee3ab |
Confirmed, thanks for the quick fix. Next problem:
How do I create/seed the database? |
Can I see your |
Here you go. No real change to your version in git:
|
And here's my .env file:
|
maybe similar to this |
@ippocratis Thank you for the suggestion. Another relevant source I just found; Postgres image is not creating database @arminus Can you try what @ippocratis suggested? I haven't been able to acquire an RPi4 to test. |
yep, I had the same thought after a while and that did solve that problem. Now all containers appear to be up and running, no error messages as far as I can tell, I managed to create a user, but when I try to load http://pi4:283 I get a 404, "Cannot GET /" nginx is running on
and there's no port conflict on 2283 orr 2284 Can't get any logs form nginx: docker logs proxy_nginx |
Here's the immich_server log:
|
There is no web interface. If you have an iPhone, you can download the app from the app store to use it. If you have an Android, you can download the latest APK in the release tab to use it. I'm in the process of getting the app onto Google Playstore |
A non google services depended version of the app released here or on fdroid will be more than welcone |
right. missed that, too. Working now.
your dev version works. I have some other observations, but that has nothing to do with this ticket. Thanks again for the quick help. |
Trying to build the docker-compose.yml, I get this:
The text was updated successfully, but these errors were encountered: