docker fix

This commit is contained in:
aarizona 2024-09-06 20:48:09 +03:00
parent 1219204f45
commit 19026731f6
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
files/* files/*
postgres_data/* postgres_data/*
export_images/* export_images/*
glb_import/*
.vscode/ .vscode/
__pycache__/ __pycache__/
poetry.lock poetry.lock

View File

@ -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