Closed bogolszczecin closed 9 months ago
If you have your data in your own database server (as I understand), then you don't need qwc-postgis
and comment it out in docker-compose.yml
. Furthermore you can comment out dependencies on qwc-postgis
in docker-compose.yml
.
Assuming this fixes your problem I close this ticket. Reopen in case.
I have tried to change from basic settings of qwc-postgis service into my existing database which I store data of users (it is also used by other app) When I run the docker-compose up, I get below error:
I did run the SQL commands on my pgadmin of server and it ended up successfully:
My changes in
pg_service.conf
are as below:I think finally my docker-compose.yml part of server is: services: