This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
POSTGRES_DB: elixir_ai_dev
|
||||
command: postgres -c hba_file=/etc/postgresql/pg_hba.conf
|
||||
volumes:
|
||||
- ./schema.sql:/docker-entrypoint-initdb.d/schema.sql
|
||||
- ./postgres/schema/:/docker-entrypoint-initdb.d/
|
||||
- ./postgres/pg_hba.conf:/etc/postgresql/pg_hba.conf
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U elixir_ai -d elixir_ai_dev"]
|
||||
|
||||
Reference in New Issue
Block a user