docs: updated documentation and scripts

This commit is contained in:
Riccardo
2024-07-08 12:16:05 +02:00
parent 19d00d5153
commit ef21fef477
3 changed files with 26 additions and 19 deletions

View File

@@ -7,9 +7,9 @@ services:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
ports:
- "5432:5432"
- '5432:5432'
volumes:
- postgres-data:/var/lib/postgresql/data
volumes:
postgres-data:
postgres-data: