Skip to content

Commit

Permalink
feat: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Dec 28, 2023
1 parent 31c2f43 commit 112759b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
RABBITMQ_DEFAULT_USER: "rabbitmq"
RABBITMQ_DEFAULT_PASS: "rabbitmq"
RABBITMQ_DEFAULT_VHOST: "/"
VIRTUAL_HOST: rabbitmq-manager.connectai.ai
VIRTUAL_HOST: rabbitmq.gitmaya.com
VIRTUAL_PORT: 15672
ports:
- "15672"
Expand All @@ -39,8 +39,8 @@ services:
- ./data/mysql/data:/var/lib/mysql
- ./data/mysql/conf.d:/etc/mysql/conf.d
environment:
MYSQL_ROOT_PASSWORD: 'connectai2023'
MYSQL_DATABASE: 'connectai-manager'
MYSQL_ROOT_PASSWORD: 'gitmaya'
MYSQL_DATABASE: 'gitmaya2023'
TZ: 'Asia/Shanghai'
ports:
- "3306"
Expand Down

0 comments on commit 112759b

Please sign in to comment.