Skip to content

Commit

Permalink
Merge pull request #73 from dev-lymar/feat/dev-adding-automatic-docum…
Browse files Browse the repository at this point in the history
…ent-cleaning

fix: fixed creation of directory for files
  • Loading branch information
dev-lymar committed Jun 28, 2024
2 parents 20b8143 + b0e6fb7 commit 054db5b
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 054db5b

Please sign in to comment.