Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #53 from Kapim/master
Browse files Browse the repository at this point in the history
fixed port number of execution proxy and build service
  • Loading branch information
Kapim authored Jun 1, 2020
2 parents 3a84354 + d6afbb5 commit 52570ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile-execution
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG version=latest
FROM arcor2/arcor2_base_kinali:$version

RUN ln -s /root/arcor2/docker/start-execution.sh /start.sh
RUN ln -s /root/arcor2_kinali/docker/start-execution.sh /start.sh

EXPOSE 5009
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- SEARCH_SERVICE_URL=http://testitoff-search-webapi:12000
- ARCOR2_PERSISTENT_STORAGE_URL=http://project:11000
- ARCOR2_EXECUTION_URL=ws://execution:6790
- ARCOR2_BUILDER_URL=http://build:5007
- ARCOR2_BUILDER_URL=http://build:5008
- BARCODE_SERVICE_URL=http://testitoff-barcode-webapi:14000
- STATISTIC_SERVICE_URL=http://testitoff-statistic-webapi:16000
- ARCOR2_DATA_PATH=/root/data
Expand All @@ -33,7 +33,7 @@ services:
environment:
- ARCOR2_PERSISTENT_STORAGE_URL=http://project:11000
ports:
- "5007:5007"
- "5008:5008"
networks:
- testitoff-robot-network
- testitoff-barcode-network
Expand All @@ -52,7 +52,7 @@ services:
- SEARCH_SERVICE_URL=http://testitoff-search-webapi:12000
- BARCODE_SERVICE_URL=http://testitoff-barcode-webapi:14000
- STATISTIC_SERVICE_URL=http://testitoff-statistic-webapi:16000
- ARCOR2_BUILDER_URL=http://build:5007
- ARCOR2_BUILDER_URL=http://build:5008
ports:
- "5009:5009"
testitoff-robot-webapi:
Expand Down

0 comments on commit 52570ac

Please sign in to comment.