We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried adding the QGIS_SERVER_LANDING_PAGE_PROJECTS_PG_CONNECTIONS var but it wouldn't connect to my server
The text was updated successfully, but these errors were encountered:
Stuck on that problem as well, did you find a solution?
Sorry, something went wrong.
No I moved on to Lizmap stack instead
Thank you for replying.
In the meantime I have found a solution by using service files.
Using the same service file in qgis-desktop and qgis-server fixed the problem for me.
my docker-compose.yml looks like:
services: qgis-server: image: camptocamp/qgis-server ports: - "8380:80" volumes: - ./qgis:/etc/qgisserver - ./pg_service.conf:/etc/postgresql/pg_service.conf environment: - PGSERVICEFILE=/etc/postgresql/pg_service.conf - QGIS_SERVER_LOG_LEVEL=DEBUG
Maybe this helps other people who are stumpling here as well.
No branches or pull requests
I tried adding the QGIS_SERVER_LANDING_PAGE_PROJECTS_PG_CONNECTIONS var but it wouldn't connect to my server
The text was updated successfully, but these errors were encountered: