restart: always
This commit is contained in:
parent
1a83422d6f
commit
b641acbb78
|
|
@ -5,6 +5,7 @@ services:
|
||||||
postgres:
|
postgres:
|
||||||
container_name: postgres_app
|
container_name: postgres_app
|
||||||
image: postgres:15.5-alpine3.19
|
image: postgres:15.5-alpine3.19
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- bizmatch_volume:/var/lib/postgresql/data
|
- bizmatch_volume:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue