mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-11 00:56:17 +00:00
added proxy network
updated services in readme updated homepage
This commit is contained in:
@@ -17,18 +17,18 @@ services:
|
||||
volumes:
|
||||
- ./mysql:/var/lib/mysql
|
||||
|
||||
# optionale web DB clients/IDEs
|
||||
# optionale web DB clients/IDEs
|
||||
|
||||
# https://www.adminer.org/
|
||||
# Server: mariadb
|
||||
# https://www.adminer.org/
|
||||
# Server: mariadb
|
||||
adminer:
|
||||
image: adminer
|
||||
container_name: adminer
|
||||
ports:
|
||||
- 8081:8080
|
||||
|
||||
# https://github.com/clidey/whodb
|
||||
# Host Name: mariadb
|
||||
# https://github.com/clidey/whodb
|
||||
# Host Name: mariadb
|
||||
whodb:
|
||||
image: clidey/whodb
|
||||
container_name: whodb
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
ports:
|
||||
- "8082:8080"
|
||||
|
||||
# https://hub.docker.com/_/phpmyadmin
|
||||
# https://hub.docker.com/_/phpmyadmin
|
||||
phpmyadmin:
|
||||
image: phpmyadmin
|
||||
container_name: phpmyadmin
|
||||
@@ -47,7 +47,7 @@ services:
|
||||
- PMA_ARBITRARY=1
|
||||
- PMA_HOST=mariadb
|
||||
|
||||
# https://dbgate.org/
|
||||
# https://dbgate.org/
|
||||
dbgate:
|
||||
image: dbgate/dbgate
|
||||
container_name: dbgate
|
||||
|
Reference in New Issue
Block a user