database models

This commit is contained in:
eneller
2026-03-06 11:16:22 +01:00
parent d58b0babd2
commit 0dabdaa136
6 changed files with 62 additions and 25 deletions

View File

@@ -10,8 +10,8 @@ services:
image: adminer
restart: always
environment:
ADMINER_DEFAULT_SERVER: postgres # Automatically connect to the "postgres" service
ADMINER_DEFAULT_SERVER: postgres
ports:
- "8080:8080"
depends_on:
- postgres # Ensure PostgreSQL starts first
- postgres