enable local tool use on database

This commit is contained in:
2026-01-12 18:14:41 +01:00
parent 67b6410687
commit 0982a0bd7b

View File

@@ -3,6 +3,8 @@ services:
image: postgres:18-alpine
restart: always
env_file: ./app/.env.db
ports:
- "127.0.0.1:5423:5423"
volumes:
- ./data/postgres:/var/lib/postgresql/data
healthcheck: