Updated docker files

This commit is contained in:
2025-08-06 22:51:05 +02:00
parent 39b7792717
commit 0e18f19c1c
5 changed files with 10 additions and 4 deletions

View File

@@ -27,6 +27,8 @@ services:
image: postgres:16.4
container_name: linker-postgres
restart: unless-stopped
volumes:
- ./pgdata:/var/lib/postgresql/data
environment:
- POSTGRES_USER=${PG_USER}
- POSTGRES_PASSWORD=${PG_PASSWORD}