Skip to content

Commit

Permalink
remove docker compose folder (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: svrnm <[email protected]>
  • Loading branch information
svrnm authored Dec 17, 2024
1 parent 773429d commit 984b6bb
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
frontend:
image: ghcr.io/cisco-open/app-simulator-services-java:latest
build:
context: ../../src/services/java
context: ../src/services/java
dockerfile: Dockerfile
ports:
- "8080:8080"
Expand All @@ -11,7 +11,7 @@ services:
backend:
image: ghcr.io/cisco-open/app-simulator-services-java:latest
build:
context: ../../src/services/java
context: ../src/services/java
dockerfile: Dockerfile
ports:
- "8090:8080"
Expand All @@ -20,7 +20,7 @@ services:
ext-payment:
image: ghcr.io/cisco-open/app-simulator-services-java:latest
build:
context: ../../src/services/java
context: ../src/services/java
dockerfile: Dockerfile
ports:
- "8091:8080"
Expand All @@ -34,7 +34,7 @@ services:
loader:
image: ghcr.io/cisco-open/app-simulator-loaders-curl:latest
build:
context: ../../src/loaders/curl
context: ../src/loaders/curl
dockerfile: Dockerfile
environment:
- URLS=https://frontend:8080/addtocart http://frontend:8080/checkout
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 984b6bb

Please sign in to comment.