feat: add app to compose

This commit is contained in:
Michel Jonathan Schmitz
2019-07-25 09:56:10 +02:00
parent 203a8127f5
commit d6a2f125f4
2 changed files with 10 additions and 0 deletions

View File

@@ -36,3 +36,10 @@ services:
image: registry.gitlab.com/openstapps/minimal-connector:core-0.23
container_name: minimal-connector-0.23
command: ["http://backend:3000", "minimal-connector", "f-u"]
app:
image: registry.gitlab.com/openstapps/app/executable:core-0.23
expose:
- 8100
ports:
- 8100:8100

View File

@@ -57,6 +57,9 @@ Useful commands:
$SUDO docker-compose up minimal-connector
* In case you want to see how the data looks like in the app, start its corresponding container.
$SUDO docker-compose up app
EOF
read _