Skip to content

Commit

Permalink
fix: fixed creation of directory for files
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-lymar committed Jun 28, 2024
1 parent 20b8143 commit b0e6fb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ services:
- melnichanka
volumes:
- static_volume:/app/static/
- ./makedoc/tempdoc:/app/makedoc/tempdoc
depends_on:
db:
condition: service_healthy
Expand Down Expand Up @@ -73,6 +74,9 @@ services:
POSTGRES_USER: ${DATABASE_USER}
POSTGRES_PASSWORD: ${DATABASE_PASSWORD}
POSTGRES_DB: ${DATABASE_NAME}
volumes:
- .:/app
- ./makedoc/tempdoc:/app/makedoc/tempdoc
depends_on:
- db
- rabbitmq
Expand Down

0 comments on commit b0e6fb7

Please sign in to comment.