Skip to content

Commit

Permalink
chore: Ensure memcached is started before running migrations etc.
Browse files Browse the repository at this point in the history
Else they fail
  • Loading branch information
berkes committed Jan 22, 2025
1 parent 07cf1ba commit f9196fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ services:
depends_on:
db:
condition: service_healthy
memcached:
condition: service_started
ports:
- "8000:8000"

Expand Down

0 comments on commit f9196fa

Please sign in to comment.