Skip to content

Commit

Permalink
Revert "harcode network to build version of compose file"
Browse files Browse the repository at this point in the history
This reverts commit 868b0c0.
  • Loading branch information
michaelmcandrew committed Nov 20, 2018
1 parent c2091b3 commit 4d6a617
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ services:
- drush-cache:/buildkit/.drush
- npm-cache:/buildkit/.npm
- git-cache:/buildkit/app/tmp/git-cache
networks:
- buildkit
restart: always

mysql:
Expand All @@ -36,8 +34,6 @@ services:
MYSQL_ROOT_PASSWORD: buildkit
volumes:
- mysql:/var/lib/mysql
networks:
- buildkit
restart: always

phpmyadmin:
Expand All @@ -50,16 +46,12 @@ services:
PMA_HOST: mysql
PMA_USER: root
PMA_PASSWORD: buildkit
networks:
- buildkit
restart: always

maildev:
image: djfarrelly/maildev
ports:
- "8082:80"
networks:
- buildkit
restart: always

volumes:
Expand All @@ -71,9 +63,3 @@ volumes:
git-cache:
npm-cache:
mysql:

networks:
buildkit:
ipam:
config:
- subnet: 172.26.0.0/16

0 comments on commit 4d6a617

Please sign in to comment.