Skip to content

Commit

Permalink
[merge] pull request #1433
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelMoll committed Dec 6, 2016
2 parents 5dfc24f + 7e798b2 commit d18803c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions docker-compose.yml
@@ -1,7 +1,7 @@
version: "2"
services:
web:
build:
build:
context: .
dockerfile: Dockerfile
command: api/bin/web
Expand All @@ -26,7 +26,6 @@ services:
- PRIVATE
- PROVIDER
- RACK
- REGISTRY_HOST
- RELEASE
- ROLLBAR_TOKEN=f67f25b8a9024d5690f997bd86bf14b0
- SECURITY_GROUP
Expand All @@ -45,7 +44,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
monitor:
build:
build:
context: .
dockerfile: Dockerfile
command: api/bin/monitor
Expand All @@ -69,7 +68,6 @@ services:
- PRIVATE
- PROVIDER
- RACK
- REGISTRY_HOST
- RELEASE
- ROLLBAR_TOKEN=f67f25b8a9024d5690f997bd86bf14b0
- SECURITY_GROUP
Expand All @@ -82,12 +80,3 @@ services:
- PROCESS=monitor
volumes:
- /var/run/docker.sock:/var/run/docker.sock
registry:
environment:
- SETTINGS_FLAVOR=local
- PASSWORD
- LOG_GROUP
- PROCESS=registry
image: convox/registry
ports:
- 5000:443
2 changes: 1 addition & 1 deletion provider/aws/dist/rack.json
Expand Up @@ -156,7 +156,7 @@
{ "Ref": "ExistingVpc" }
] }
},
"VPCCIDR": {
"Vpccidr": {
"Condition": "Development",
"Value": { "Ref": "VPCCIDR" }
}
Expand Down

0 comments on commit d18803c

Please sign in to comment.