Commit fdacd7dd by 陈正乐

初始化数据库容器修改

parent d455e0b0
......@@ -11,7 +11,7 @@ services:
volumes:
- ./lae_pg_data:/var/lib/postgresql/data
- ./init_db/create_db.sql:/docker-entrypoint-initdb.d/create_db.sql
- ./init_db/create_tables.sql:/docker-entrypoint-initdb.d/create_tables.sql
- ./init_db/create_table.sql:/docker-entrypoint-initdb.d/create_table.sql
python:
build:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment