This commit is contained in:
2025-06-25 20:39:03 +02:00
parent 07f101f6db
commit a240555e39
11 changed files with 820 additions and 1 deletions

12
dev-db.yml Normal file
View File

@@ -0,0 +1,12 @@
---
services:
db:
container_name: linker-dev
image: postgres:16.4
restart: unless-stopped
ports:
- 5433:5432
environment:
- POSTGRES_PASSWORD=dev
- POSTGRES_USER=dev
- POSTGRES_DB=dev