Skip to content

Commit

Permalink
Merge branch 'feature/v0-7-0' into 'master'
Browse files Browse the repository at this point in the history
Upgrade components

See merge request upm-inesdata/inesdata-local-env!23
  • Loading branch information
ralconada-gmv committed Sep 23, 2024
2 parents f9e55e3 + 0968def commit dd92ddb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ services:
condition: service_healthy

connector-c1:
image: ghcr.io/oeg-upm/inesdata-connector:0.6.0
image: ghcr.io/oeg-upm/inesdata-connector:0.7.0
ports:
- '19191:19191'
- '19192:19192'
Expand Down Expand Up @@ -131,7 +131,7 @@ services:
condition: service_healthy

connector-c2:
image: ghcr.io/oeg-upm/inesdata-connector:0.6.0
image: ghcr.io/oeg-upm/inesdata-connector:0.7.0
ports:
- '29191:29191'
- '29192:29192'
Expand Down Expand Up @@ -201,7 +201,7 @@ services:
retries: 30

connector-interface-c1:
image: ghcr.io/oeg-upm/inesdata-connector-interface:0.6.0
image: ghcr.io/oeg-upm/inesdata-connector-interface:0.7.0
ports:
- '8001:8080'
environment:
Expand All @@ -221,7 +221,7 @@ services:
- OAUTH2_ALLOWED_URLS=http://localhost:8001,http://localhost:19193,http://connector-c1:8001

connector-interface-c2:
image: ghcr.io/oeg-upm/inesdata-connector-interface:0.6.0
image: ghcr.io/oeg-upm/inesdata-connector-interface:0.7.0
ports:
- '8002:8080'
environment:
Expand All @@ -241,7 +241,7 @@ services:
- OAUTH2_ALLOWED_URLS=http://localhost:8002,http://localhost:29193,http://connector-c2:8002

public-portal-backend:
image: ghcr.io/oeg-upm/inesdata-public-portal-backend:0.4.1
image: ghcr.io/oeg-upm/inesdata-public-portal-backend:0.6.0
ports:
- '1337:1337'
volumes:
Expand Down Expand Up @@ -271,7 +271,7 @@ services:
condition: service_healthy

public-portal-frontend:
image: ghcr.io/oeg-upm/inesdata-public-portal-frontend:0.5.0
image: ghcr.io/oeg-upm/inesdata-public-portal-frontend:0.6.0
ports:
- '80:80'
environment:
Expand Down

0 comments on commit dd92ddb

Please sign in to comment.