Skip to content

Commit

Permalink
fix: remove docker networks (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
k1g99 authored Feb 26, 2024
1 parent f630b79 commit 8f958ca
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
version: "3.8"

networks:
loki:

services:
caddy:
profiles: ["caddy"]
Expand All @@ -23,8 +20,6 @@ services:
environment:
MINIO_ROOT_USER: ${MINIO_ROOT_USER}
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
networks:
- loki
ports:
- "9000:9000"
- "9001:9001"
Expand All @@ -36,8 +31,6 @@ services:
image: minio/mc
volumes:
- minio_data_volume:/data
networks:
- loki
depends_on:
- minio
entrypoint: >
Expand All @@ -64,8 +57,6 @@ services:
volumes:
- "$PWD/config/loki/loki-config-test.yml:/etc/loki/loki-config.yml"
command: -config.file=/etc/loki/loki-config.yml -config.expand-env=true
networks:
- loki

loki-stage:
profiles: ["log"]
Expand All @@ -79,8 +70,6 @@ services:
volumes:
- "$PWD/config/loki/loki-config-stage.yml:/etc/loki/loki-config.yml"
command: -config.file=/etc/loki/loki-config.yml -config.expand-env=true
networks:
- loki

loki-aws:
profiles: ["log"]
Expand All @@ -94,8 +83,6 @@ services:
volumes:
- "$PWD/config/loki/loki-config-aws.yml:/etc/loki/loki-config.yml"
command: -config.file=/etc/loki/loki-config.yml -config.expand-env=true
networks:
- loki

prometheus:
profiles: ["metric"]
Expand Down Expand Up @@ -140,8 +127,6 @@ services:
volumes:
- "grafana_storage:/var/lib/grafana"
- "$PWD/config/grafana/grafana.ini:/etc/grafana/grafana.ini"
networks:
- loki

volumes:
grafana_storage: {}
Expand Down

0 comments on commit 8f958ca

Please sign in to comment.