Skip to content

Commit

Permalink
Removed cache tag from docker-compose.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
devandrepascoa committed Oct 20, 2024
1 parent c748e16 commit 7ac6169
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
network_mode: host
depends_on:
- mongodb
- cache

compute:
build:
context: ./src/backend/microservices/compute
Expand All @@ -93,7 +93,7 @@ services:
network_mode: host
depends_on:
- mongodb
- cache

file-transfer:
build:
context: ./src/backend/microservices/file-transfer
Expand All @@ -103,7 +103,7 @@ services:
network_mode: host
depends_on:
- mongodb
- cache

gateway:
build:
context: ./src/backend/microservices/gateway
Expand All @@ -113,7 +113,7 @@ services:
network_mode: host
depends_on:
- mongodb
- cache

visualization:
build:
context: ./src/backend/microservices/visualization
Expand All @@ -123,7 +123,7 @@ services:
network_mode: host
depends_on:
- mongodb
- cache


volumes:
keycloak_db_data:
Expand Down

0 comments on commit 7ac6169

Please sign in to comment.