Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions spring-kafka-example/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:

app:
container_name: app
build:
context: .
ports:
Expand All @@ -23,7 +22,6 @@ services:

kafka:
image: apache/kafka:4.0.0
container_name: kafka
ports:
- "9092:9092"
- "9093:9093"
Expand All @@ -43,7 +41,6 @@ services:
- kafka-net

kafka-init:
container_name: kafka-init
image: apache/kafka:4.0.0
depends_on:
kafka:
Expand Down
3 changes: 0 additions & 3 deletions spring-keycloak-example/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
services:

app:
container_name: app
build:
context: .
dockerfile: Dockerfile
Expand All @@ -24,7 +23,6 @@ services:
- spring_keycloak

keycloak:
container_name: keycloak
build:
context: .
dockerfile: Dockerfile.keycloak
Expand Down Expand Up @@ -58,7 +56,6 @@ services:

keycloak-database:
image: postgres:17.5-alpine3.22
container_name: keycloak-database
environment:
POSTGRES_USER: postgres #⚠️ DO NOT USE IN PRODUCTION
POSTGRES_PASSWORD: password #⚠️ DO NOT USE IN PRODUCTION
Expand Down
3 changes: 0 additions & 3 deletions spring-prometheus-grafana-example/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
services:

app:
container_name: app
build:
context: .
environment:
Expand All @@ -12,7 +11,6 @@ services:
- "80:80"

prometheus:
container_name: prometheus
image: prom/prometheus:v3.5.0
ports:
- "9090:9090"
Expand All @@ -24,7 +22,6 @@ services:
- app

grafana:
container_name: grafana
image: grafana/grafana:12.1.1
ports:
- "3000:3000"
Expand Down
Loading