Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelavega committed Apr 25, 2019
2 parents 0fde1aa + 0ba9474 commit 5a448f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- MYSQL_DATABASE=RSS

charging:
image: fiware/biz-ecosystem-charging-backend:develop
image: fiware/biz-ecosystem-charging-backend
links:
- mongo
depends_on:
Expand Down Expand Up @@ -91,7 +91,7 @@ services:
- BAE_CB_AUTHORIZE_SERVICE=http://proxy.docker:8004/authorizeService/apiKeys

proxy:
image: fiware/biz-ecosystem-logic-proxy:develop
image: fiware/biz-ecosystem-logic-proxy
links:
- mongo
- elasticsearch
Expand All @@ -103,7 +103,7 @@ services:
aliases:
- proxy.docker
ports:
- 8004:8000
- 8004:8004
volumes:
# - ./proxy-conf:/business-ecosystem-logic-proxy/etc # To be used when congiguring the system with a config file provided in the volume
- ./proxy-indexes:/business-ecosystem-logic-proxy/indexes
Expand All @@ -114,7 +114,7 @@ services:
- NODE_ENV=development # Deployment in development or in production
- COLLECT=True # Execute the collect static command on startup

- BAE_LP_PORT=8000 # Port where the node service is going to run in the container
- BAE_LP_PORT=8004 # Port where the node service is going to run in the container
- BAE_LP_HOST=proxy.docker # Host where the node service if going to run in the container
# - BAE_SERVICE_HOST=https://store.lab.fiware.org/ # If provided, this URL specifies the actual URL that is used to access the BAE, when the component is proxied (e.g Apache)
# - BAE_LP_HTTPS_ENABLED=true # If provided specifies whether the service is running in HTTPS, default: false
Expand Down Expand Up @@ -155,7 +155,7 @@ services:
# ...

apis:
image: fiware/biz-ecosystem-apis:develop
image: fiware/biz-ecosystem-apis
restart: always
ports:
- 4848:4848
Expand All @@ -176,7 +176,7 @@ services:
- MYSQL_HOST=mysql

rss:
image: fiware/biz-ecosystem-rss:develop
image: fiware/biz-ecosystem-rss
restart: always
ports:
- 9999:8080
Expand Down

0 comments on commit 5a448f0

Please sign in to comment.