Merge pull request #283 from appleboy/patch-10

Add pgAdmin container
This commit is contained in:
Mahmoud Zalt
2016-09-04 05:26:10 -04:00
committed by GitHub
3 changed files with 27 additions and 1 deletions

View File

@ -263,6 +263,15 @@ services:
# for mariadb container
# - "mariadb:db"
### pgAdmin Container ##################################
pgadmin:
build: ./pgadmin
ports:
- "5050:5050"
links:
- postgres
### Laravel Application Code Container ######################
volumes_source: