Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Remove caddy (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Steiner authored Mar 24, 2020
1 parent fddaab3 commit 1f634f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 49 deletions.
29 changes: 0 additions & 29 deletions docker/caddy/Caddyfile

This file was deleted.

22 changes: 2 additions & 20 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ services:
- GF_SECURITY_ADMIN_PASSWORD=admin
- GF_USERS_ALLOW_SIGN_UP=false
restart: unless-stopped
expose:
- 3000
ports:
- "3000:3000"
networks:
- xain-fl-rs
labels:
Expand All @@ -134,24 +134,6 @@ services:
labels:
org.label-schema.group: "monitoring"

caddy:
image: stefanprodan/caddy
container_name: caddy
ports:
- "3000:3000"
- "9090:9090"
- "9091:9091"
volumes:
- ${PWD}/docker/caddy:/etc/caddy
environment:
- ADMIN_USER=admin
- ADMIN_PASSWORD=admin
restart: unless-stopped
networks:
- xain-fl-rs
labels:
org.label-schema.group: "monitoring"

# https://www.jaegertracing.io/docs/1.17/getting-started/#all-in-one
jaeger:
image: jaegertracing/all-in-one:1.17
Expand Down

0 comments on commit 1f634f4

Please sign in to comment.