Commit 679ec1be by 蔡润涛

change mysql web ui to cloudbeaver

parent 8b2b78bb
...@@ -50,12 +50,14 @@ services: ...@@ -50,12 +50,14 @@ services:
volumes: volumes:
- /home/deploy/data/redis-prod:/data - /home/deploy/data/redis-prod:/data
# 数据库web平台 # 数据库web平台
php-myadmin: cb:
restart: always container_name: cb
image: phpmyadmin image: dbeaver/cloudbeaver
container_name: php-myadmin volumes:
external_links: - ./dbeaver:/opt/cloudbeaver/workspace
- mysql-prod:db environment:
- VIRTUAL_HOST=db.example.com
- VIRTUAL_PORT=8978
redis-ui: redis-ui:
container_name: redis-ui container_name: redis-ui
image: erikdubbelboer/phpredisadmin:1.17.2 image: erikdubbelboer/phpredisadmin:1.17.2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment