-
Notifications
You must be signed in to change notification settings - Fork 30
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
Docker setup produces broken installation #124
Comments
I have the same issue. Pulled example-compose.yml file from the repo and followed the instructions. Started the stack and hit the UI url and getting the errors.
|
Same issue too. The ui container has no migrated default flask sqlite3 database. Manual migrating is not working. Maybe we need to copy a default database file from a non-docker installation. |
If you use the latest docker via compose file provided, you should not have any issues. In the worst case you should be able to simply |
I did considered the possibility that the image might be outdated, but when I tried "docker compose pull", using image "ghcr.io/freetakteam/ui:latest", it is convinced that my image is already the latest. And there is still no db file. Besides, in my volume, the version of socket.io js file is still 1.4.5, causing a api fetch error. Due to the fact that the code in "UI" repository has merged the socket.io version fix for quite a while. And I used no cdn when pulling the docker image. From my perspective, it seems more like the image on the ghcr.io server is outdated. Touch a db file is useless - you have no user table. Flask will remain crash still. I tried create a table as the schema in the migration folder. But it's fake. I had no choice but created a vps and copied a db file, and got a different user table schema. Furthermore, why the UI container use the code in .local/python3.x/site-packages when the ui project code is already in the home root directory?What a confusing structure. |
I am attempting to follow the Docker quick start instructions at https://freetakteam.github.io/FreeTAKServer-User-Docs/Installation/mechanism/Docker/Quick_Start/
Based on my understanding of the instructions, I am running the following on Ubuntu 20.04:
And then navigating to
localhost:500
, I get the following error:The text was updated successfully, but these errors were encountered: