Skip to content

Commit

Permalink
Add Redis Test URL to Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
macanudo527 committed Sep 24, 2024
1 parent f6e4b10 commit f14668f
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 @@ -32,6 +32,7 @@ services:
OFN_DB_HOST: db
OFN_REDIS_URL: redis://redis/
OFN_REDIS_JOBS_URL: redis://redis
OFN_REDIS_TEST_URL: redis://redis/3
WEBPACKER_DEV_SERVER_HOST: webpack
command: >
bash -c "wait-for-it -t 30 db:5432 &&
Expand Down

0 comments on commit f14668f

Please sign in to comment.