Merge branch 'master' into proxy

This commit is contained in:
ZeroC0D3 Team
2017-03-31 16:42:30 +07:00
committed by GitHub
7 changed files with 47 additions and 3 deletions

View File

@ -390,6 +390,17 @@ services:
networks:
- frontend
### Adminer Container ####################################
adminer:
build: ./adminer
ports:
- "${ADM_PORT}:8080"
depends_on:
- php-fpm
networks:
- frontend
### pgAdmin Container #######################################
pgadmin:
@ -534,6 +545,8 @@ volumes:
driver: "local"
phpmyadmin:
driver: "local"
adminer:
driver: "local"
aerospike:
driver: "local"
caddy: