Skip to content

Commit

Permalink
.drong env
Browse files Browse the repository at this point in the history
  • Loading branch information
chetratep committed Oct 11, 2023
1 parent c703c08 commit 881ba73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ services:
- name: redis-cluster-password
image: bitnami/redis-cluster
environment:
- REDIS_PORT_NUMBER=7006
- REDIS_PASSWORD=redis-password
- REDIS_CLUSTER_CREATOR=yes
- REDIS_NODES=redis-cluster-password:7006
REDIS_PORT_NUMBER: 7006
REDIS_PASSWORD: redis-password
REDIS_CLUSTER_CREATOR: yes
REDIS_NODES: redis-cluster-password:7006
ports:
- 7006

Expand Down

0 comments on commit 881ba73

Please sign in to comment.