This commit is contained in:
2019-09-25 19:32:08 -04:00
parent 593d001e11
commit 477fc3dee7
-10
View File
@@ -1,14 +1,5 @@
# This docker-compose setup is intented for development, testing, and CI purposes.
# -- Make changes with extreme caution!
# Note: CircleCI Docker runners don't support volumes.
version: "3.4"
# Services are meant to be interchangeble between running them locally or
# inside a container. That is why all of them export their server port to the host.
# Images that are built here are the same used in production.
services:
core:
image: kennethreitz/bake:core
@@ -24,7 +15,6 @@ services:
depends_on:
- core
volumes:
# - ./Bakefile:/app/Bakefile
- .:/app
red: