Skip to content

Commit

Permalink
s3 worker depends on db - adjust compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Nov 30, 2024
1 parent ceca11b commit 077c5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/setup/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ services:
AWS_ACCESS_KEY_ID: your-aws-access-key-id-here
AWS_SECRET_ACCESS_KEY: your-aws-secret-access-key-here
depends_on:
- db
- redis
volumes:
- media_root:/var/media/pmg
Expand Down

0 comments on commit 077c5be

Please sign in to comment.