Images on Docker HUB?
S
Sam Woodcock
They are available on github container registry already, in case you didn't know 😃
E.g. ghcr.io/opengisch/qfieldcloud-app:{version}
T Schoe
Sam Woodcock Thanks a lot! Is this the image of the django default app? https://github.com/opengisch/QFieldCloud/blob/f9face547dec8ab006ef66d14346ea580e186f94/docker-compose.yml#L9
If so, are there also builds for the qgis service? A goal would be to not have to build services but pull from latest stable.
S
Sam Woodcock
T Schoe Yep, all of the images required to run QFC are here:
https://github.com/orgs/opengisch/packages?tab=packages&q=qfield
-app is the Django service, while -qgis is the QGIS container 😃
T Schoe
Sam Woodcock Wonderful! Thanks a lot for showing me the direction! Thanks Sam!