Skip to content

Commit

Permalink
tolto microservizio
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgio-hash committed Apr 17, 2024
1 parent 8c5525f commit 29379e7
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,6 @@
version: '3.4'
services:

# GestioneComanda:
# image: serveeasy/gestione_comanda:latest
# build: .
# container_name: GestioneComanda
# restart: always
# environment:
# SERVER_PORT: 8080
# SERVER_ADDRESS: 0.0.0.0
# SPRING_DATASOURCE_URL: jdbc:mariadb://db:3306/serveeasy
# SPRING_KAFKA_BOOTSTRAP-SERVERS: broker:29092 #plaintext_internal
# depends_on:
# db:
# condition: service_healthy
# broker:
# condition: service_started
# healthcheck:
# test: "curl --fail --silent localhost:8080/actuator/health | grep UP || exit 1"
# interval: 20s
# timeout: 5s
# start_period: 40s
# expose:
# - "8080"
# ports:
# - "8080:8080"

zookeeper:
image: confluentinc/cp-zookeeper:7.3.0
container_name: zookeeper
Expand Down

0 comments on commit 29379e7

Please sign in to comment.