Skip to content

Commit

Permalink
ckan-dev needs db, solr, redis
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Apr 29, 2024
1 parent 5e01108 commit 4f751b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ services:
- TZ=${TZ}
env_file:
- .env
links:
- db
- solr
- redis
ports:
- "0.0.0.0:${CKAN_PORT_HOST}:${CKAN_PORT}"
volumes:
Expand Down

0 comments on commit 4f751b7

Please sign in to comment.