diff --git a/docker-compose.yml b/docker-compose.yml index 3ee2b47c..717a83ad 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/start.sh b/start.sh index 2873137c..3c00bcff 100755 --- a/start.sh +++ b/start.sh @@ -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 _