compdemocracy / polis

:milky_way: Open Source AI for large scale open ended feedback
https://pol.is
GNU Affero General Public License v3.0
719 stars 170 forks source link

dont auto-restart pg in dev #1695

Closed ballPointPenguin closed 1 year ago

ballPointPenguin commented 1 year ago

On your dev machine it can be annoying for Docker to automatically restart the Polis Postgres container when you boot up, since port 5432 is often used by other Postgres instances in other projects.

This change prevents this container from automatically restarting. No impact on deployment or production.