Add necessary Adminer config below PMA sections

This commit is contained in:
Patrick Artounian 2017-03-29 22:13:33 -07:00
parent a8d7937889
commit 3d2eb81cd5
1 changed files with 11 additions and 0 deletions

View File

@ -339,6 +339,15 @@ services:
depends_on:
- "${PMA_DB_ENGINE}"
### Adminer Container ####################################
adminer:
build: ./adminer
ports:
- "${ADM_PORT}:80"
depends_on:
- php-fpm
### pgAdmin Container #######################################
pgadmin:
@ -415,6 +424,8 @@ volumes:
driver: "local"
phpmyadmin:
driver: "local"
adminer:
driver: "local"
aerospike:
driver: "local"
caddy: