postgres restart policy

This commit is contained in:
Eduardo Silva 2024-04-05 09:59:21 -03:00
parent cf9b7a9c10
commit c55ab5d88e

View file

@ -1,6 +1,7 @@
services:
routerfleet-postgres:
container_name: routerfleet-postgres
restart: unless-stopped
image: postgres:latest
volumes:
- postgres_data:/var/lib/postgresql/data