feat: add minimal-connector to compose

This commit is contained in:
Michel Jonathan Schmitz
2019-07-25 09:55:21 +02:00
parent 23f4f2de2f
commit 203a8127f5
5 changed files with 46 additions and 0 deletions

View File

@@ -32,3 +32,7 @@ services:
links:
- "backend"
minimal-connector:
image: registry.gitlab.com/openstapps/minimal-connector:core-0.23
container_name: minimal-connector-0.23
command: ["http://backend:3000", "minimal-connector", "f-u"]