enable local tool use on database
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
|||||||
image: postgres:18-alpine
|
image: postgres:18-alpine
|
||||||
restart: always
|
restart: always
|
||||||
env_file: ./app/.env.db
|
env_file: ./app/.env.db
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:5423:5423"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/postgres:/var/lib/postgresql/data
|
- ./data/postgres:/var/lib/postgresql/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user