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