Skip to content

Commit

Permalink
feat: gateway 모듈 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
call-me-bread committed May 17, 2024
1 parent c0ca307 commit ab7b788
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 479 deletions.
35 changes: 2 additions & 33 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,40 +59,9 @@ services:
depends_on:
- zookeeper


# Volume
volumes:
mysql_product_data:
mysql_order_data:
#networks:
# proxy:

#
# # haproxy
# haproxy:
# image: haproxy:latest
# volumes:
# - ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg
# ports:
# - "80:80"
# depends_on:
# - myapp1
# - myapp2
# networks:
# - proxy
#
# prometheus:
# image: prom/prometheus
# ports:
# - "9090:9090"
# volumes:
# - ./prometheus.yml:/etc/prometheus/prometheus.yml
# command: [ "--config.file=/etc/prometheus/prometheus.yml" ]
# networks:
# - monitoring
#
# grafana:
# image: grafana/grafana
# ports:
# - "3001:3000"
# networks:
# - monitoring
grafana-data:
18 changes: 0 additions & 18 deletions customer/Dockerfile

This file was deleted.

37 changes: 0 additions & 37 deletions customer/build.gradle.kts

This file was deleted.

Binary file removed customer/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions customer/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

249 changes: 0 additions & 249 deletions customer/gradlew

This file was deleted.

Loading

0 comments on commit ab7b788

Please sign in to comment.