docker fix
This commit is contained in:
parent
1219204f45
commit
19026731f6
|
@ -2,6 +2,7 @@
|
||||||
files/*
|
files/*
|
||||||
postgres_data/*
|
postgres_data/*
|
||||||
export_images/*
|
export_images/*
|
||||||
|
glb_import/*
|
||||||
.vscode/
|
.vscode/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
poetry.lock
|
poetry.lock
|
||||||
|
|
Binary file not shown.
|
@ -37,6 +37,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./.env:/app/.env
|
- ./.env:/app/.env
|
||||||
- ./files:/app/files
|
- ./files:/app/files
|
||||||
|
- ./glb_import:/app/object/management/commands/data
|
||||||
networks:
|
networks:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue