added proxy network

updated services in readme
updated homepage
This commit is contained in:
Dominik
2024-07-30 15:53:31 +02:00
parent b2b9a66eba
commit 02ff5b23e7
41 changed files with 629 additions and 195 deletions

View File

@@ -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