|
|
@@ -12,7 +12,7 @@ services:
|
|
|
- "${DB_PORT_EXTERNAL:-5433}:5432"
|
|
|
volumes:
|
|
|
- postgres_data:/var/lib/postgresql/data
|
|
|
- - ./backend/database_init.sql:/docker-entrypoint-initdb.d/init.sql
|
|
|
+ - ./backend/aigcspace_clean.sql:/docker-entrypoint-initdb.d/init.sql
|
|
|
healthcheck:
|
|
|
test: ["CMD-SHELL", "pg_isready -U ${DB_USER:-postgres}"]
|
|
|
interval: 10s
|