Skip to content

Commit

Permalink
feat: use public images
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Mar 1, 2024
1 parent 5ac7a9c commit dd4c441
Show file tree
Hide file tree
Showing 747 changed files with 5 additions and 79,785 deletions.
File renamed without changes.
13 changes: 5 additions & 8 deletions taxi/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- 7190:7190
volumes:
- ./zilla.yaml:/etc/zilla/zilla.yaml
- ./grpc/taxi_route.proto:/etc/zilla/proto/taxi_route.proto
- ./taxi_route.proto:/etc/zilla/proto/taxi_route.proto
environment:
TAXI_ROUTE_SERVER_HOST: taxi-service
TAXI_ROUTE_SERVER_PORT: 50051
Expand All @@ -21,9 +21,8 @@ services:
command: start -v -e -Pzilla.engine.worker.capacity=512

taxi-gateway:
build: ./grpc/gateway
image: ghcr.io/aklivity/extras-taxi-gateway:sha-5ac7a9c
container_name: taxi-gateway
image: aklivity/taxi-gateway:local
restart: unless-stopped
depends_on:
- zilla
Expand All @@ -34,14 +33,13 @@ services:
- 8085:8085

taxi-service:
build: ./grpc/service
image: ghcr.io/aklivity/extras-taxi-service:sha-5ac7a9c
container_name: taxi-service
image: aklivity/taxi-service:local
restart: unless-stopped
depends_on:
- zilla
volumes:
- ./grpc/service/default_routes.json:/usr/src/app/default_routes.json
- ./default_bus_routes.json:/usr/src/app/default_routes.json
environment:
PRINT_SIM_LOGS: false
DEFAUlT_ROUTES: true
Expand All @@ -50,9 +48,8 @@ services:
- 50051:50051

taxi-map-ui:
build: ./map-ui
image: ghcr.io/aklivity/extras-taxi-map-ui:sha-5ac7a9c
container_name: taxi-map-ui
image: aklivity/taxi-map-ui:local
restart: unless-stopped
depends_on:
- zilla
Expand Down
27 changes: 0 additions & 27 deletions taxi/grpc/buf.gen.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions taxi/grpc/buf.lock

This file was deleted.

8 changes: 0 additions & 8 deletions taxi/grpc/buf.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions taxi/grpc/gateway/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions taxi/grpc/gateway/go.mod

This file was deleted.

33 changes: 0 additions & 33 deletions taxi/grpc/gateway/go.sum

This file was deleted.

62 changes: 0 additions & 62 deletions taxi/grpc/gateway/main.go

This file was deleted.

130 changes: 0 additions & 130 deletions taxi/grpc/gateway/taxiroute/openapiv2/taxi_route.swagger.json

This file was deleted.

Loading

0 comments on commit dd4c441

Please sign in to comment.