restart: always

This commit is contained in:
Andreas Knuth 2025-03-01 18:00:51 +01:00
parent 1a83422d6f
commit b641acbb78
1 changed files with 1 additions and 0 deletions

View File

@ -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: