mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-06 08:14:23 +02:00
postgres restart policy
This commit is contained in:
parent
cf9b7a9c10
commit
c55ab5d88e
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
services:
|
services:
|
||||||
routerfleet-postgres:
|
routerfleet-postgres:
|
||||||
container_name: routerfleet-postgres
|
container_name: routerfleet-postgres
|
||||||
|
restart: unless-stopped
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue