add restart policy to so-postgres

This commit is contained in:
Josh Patterson
2026-07-14 13:33:57 -04:00
parent ed533efb7b
commit e42f7cd6fc
+1
View File
@@ -19,6 +19,7 @@ include:
so-postgres:
docker_container.running:
- image: {{ GLOBALS.registry_host }}:5000/{{ GLOBALS.image_repo }}/so-postgres:{{ GLOBALS.so_version }}
- restart_policy: unless-stopped
- hostname: so-postgres
- networks:
- sobridge: