Skip to content

Commit 1850bb0

Browse files
amanr032@gmail.comamanr032@gmail.com
authored andcommitted
Update name of delfin redis container
1 parent c3080b5 commit 1850bb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
container_name: ${DELFIN_REDIS_HOSTNAME:-redis}
5656
command: redis-server
5757
ports:
58-
- 6379:6379
58+
- ${DELFIN_REDIS_PORT:-6379}:6379
5959
restart: always
6060

6161
rabbitmq:

installer/ansible/roles/delfin-installer/scenarios/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
shell: "{{ item }}"
1818
with_items:
1919
- docker build -t sodafoundation/delfin .
20-
- DELFIN_METRICS_DIR={{ delfin_exporter_prometheus_metrics_dir }} DELFIN_HOST_IP={{ host_ip }} DELFIN_RABBITMQ_USER={{ delfin_rabbitmq_user }} DELFIN_RABBITMQ_PASS={{ delfin_rabbitmq_pass }} docker compose up -d
20+
- DELFIN_REDIS_HOSTNAME=delfin_redis DELFIN_REDIS_PORT={{ delfin_redis_port }} DELFIN_METRICS_DIR={{ delfin_exporter_prometheus_metrics_dir }} DELFIN_HOST_IP={{ host_ip }} DELFIN_RABBITMQ_USER={{ delfin_rabbitmq_user }} DELFIN_RABBITMQ_PASS={{ delfin_rabbitmq_pass }} docker compose up -d
2121
become: yes
2222
args:
2323
chdir: "{{ delfin_work_dir }}"

0 commit comments

Comments
 (0)