Skip to content

Commit

Permalink
style(compose): Move depends_on
Browse files Browse the repository at this point in the history
Database and Redis order is sorted.
  • Loading branch information
5ouma committed Jul 11, 2024
1 parent e36ea9c commit ee7fabd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions immich/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ services:
- /etc/localtime:/etc/localtime:ro
- ./config/immich.json:/config/immich.json:ro
depends_on:
redis:
condition: service_healthy
database:
condition: service_healthy
redis:
condition: service_healthy
restart: always

machine-learning:
Expand Down

0 comments on commit ee7fabd

Please sign in to comment.