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

Remove caddy #338

Merged
merged 1 commit into from
Mar 24, 2020
Merged
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
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