Commit 679ec1be by 蔡润涛

change mysql web ui to cloudbeaver

parent 8b2b78bb
......@@ -50,12 +50,14 @@ services:
volumes:
- /home/deploy/data/redis-prod:/data
# 数据库web平台
php-myadmin:
restart: always
image: phpmyadmin
container_name: php-myadmin
external_links:
- mysql-prod:db
cb:
container_name: cb
image: dbeaver/cloudbeaver
volumes:
- ./dbeaver:/opt/cloudbeaver/workspace
environment:
- VIRTUAL_HOST=db.example.com
- VIRTUAL_PORT=8978
redis-ui:
container_name: redis-ui
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