move database service to docker-compose.example.yml
Description
- Currently the
databaseservice is included in thedocker-compose.yml - The
databaseservice is only useful for local development, because on the several VMs we're using the central postgres server of the ufz - Therefore when the docker-compose setup is started on the VMs an unused service is also started
Task
- Move the
databaseservice todocker-compose-dev.example.yml - Update gitlab ci pipeline