QGIS container of qfield cloud docker setup is keeps crashing in production deployment

Hi,

I am first time trying to setup dockerized qfieldcloud on my production server by using this repo GitHub - opengisch/QFieldCloud: QFieldCloud allows seamless synchronization of your field data with your spatial infrastructure with change tracking, team management and online-offline work capabilities in QField.. but whenever i am trying to run the docker-compose.yml file by docker-compose up command, i can see the qgis container is keep crashing at the startup by showing error

qfield_qgis                    | QGIS built
qfield_qgis exited with code 0

this is the service written in docker-compose.yml file

qgis:
    build:
      context: ./docker-qgis
    tty: true
    container_name: qfield_qgis
    command: bash -c "echo QGIS built"
    logging: *default-logging

Can anyone pls help me on this


Imported from GitHub discussion by @amitabhajana on 2022-11-21T14:32:41Z

Duplicate of QGIS container is keeps crashing in production deployment · Issue #441 · opengisch/QFieldCloud · GitHub


Imported from GitHub comment by @suricactus on 2022-11-21T15:05:19Z