enable local tool use on database
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user