mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Moved web-app-phpmyadmin to new structure
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
version: "latest" # Use the latest phpmyadmin version
|
||||
autologin: false # This is a high security risk. Just activate this option if you know what you're doing
|
||||
oauth2_proxy:
|
||||
port: "80"
|
||||
@@ -6,7 +5,7 @@ oauth2_proxy:
|
||||
features:
|
||||
matomo: true
|
||||
css: false
|
||||
port-ui-desktop: false # Opens itself in a new window, when it's loaded in an iframe.
|
||||
port-ui-desktop: false # Opens itself in a new window, when it's loaded in an iframe.
|
||||
# it's anyhow not so enduser relevant, so it can be kept like this
|
||||
central_database: true
|
||||
oauth2: true
|
||||
@@ -24,3 +23,7 @@ docker:
|
||||
services:
|
||||
database:
|
||||
enabled: true
|
||||
phpmyadmin:
|
||||
version: "latest" # Use the latest phpmyadmin version
|
||||
name: "phpmyadmin"
|
||||
image: phpmyadmin/phpmyadmin
|
||||
|
Reference in New Issue
Block a user