Skip to content

Commit

Permalink
add dependency to postgres container
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Sep 23, 2024
1 parent f58f141 commit 7f81dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ x-app: &app
- ./:/enju
depends_on:
- solr
- postgres
restart: always

services:
Expand Down

0 comments on commit 7f81dca

Please sign in to comment.