Skip to content

Commit

Permalink
permission denied issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakdinesh1123 committed Sep 13, 2024
1 parent 094e027 commit 088fa53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions deploy/docker_compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,10 @@ services:
- .env
volumes:
- .:/zango/
- ./flower:/etc/db/
environment:
- FLOWER_PORT=5555
- FLOWER_PERSISTENT=True
- FLOWER_STATE_SAVE_INTERVAL=10000
- FLOWER_DB=/etc/db/flower.db
depends_on:
- postgres
- redis
Expand Down
2 changes: 0 additions & 2 deletions deploy/docker_compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,10 @@ services:
- .env
volumes:
- .:/zango/
- ./flower:/etc/db/
environment:
- FLOWER_PORT=5555
- FLOWER_PERSISTENT=True
- FLOWER_STATE_SAVE_INTERVAL=10000
- FLOWER_DB=/etc/db/flower.db
depends_on:
- postgres
- redis
Expand Down

0 comments on commit 088fa53

Please sign in to comment.