Update docker-compose.yml

This commit is contained in:
2025-05-26 20:45:05 +02:00
parent 7602a2a930
commit e26615e7c8

View File

@@ -24,4 +24,8 @@ services:
- POSTGRES_DB=docupulse - POSTGRES_DB=docupulse
volumes: volumes:
- postgres_data:/var/lib/postgresql/data - postgres_data:/var/lib/postgresql/data
restart: unless-stopped restart: unless-stopped
volumes:
postgres_data:
name: postgres_postgres_data