Skip to content

Commit c3310a0

Browse files
committed
Add Redis test container service configuration
1 parent dfb6f84 commit c3310a0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

envFiles/.env.devcontainer

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,9 @@ API_RATE_LIMIT_REFILL_RATE=10
120120

121121
############## docker compose `redis` container service ##############
122122
REDIS_MAPPED_HOST_IP=127.0.0.1
123-
REDIS_MAPPED_PORT=6379
123+
REDIS_MAPPED_PORT=6379
124+
125+
126+
########## docker compose `redis-test` container service ##########
127+
128+
REDIS_TEST_MAPPED_PORT=6378

0 commit comments

Comments
 (0)