Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
[fix] fixing svg not display issue
Browse files Browse the repository at this point in the history
[fix] fixing svg not display issue
  • Loading branch information
xpunch authored Nov 22, 2021
2 parents a16eddb + 33cf3bd commit 1460770
Show file tree
Hide file tree
Showing 20 changed files with 1,647 additions and 150 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Swagger
docs/

# config files
config.yaml
config.toml
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: "3"

services:
dashboard:
image: xpunch/go-micro-dashboard:latest
container_name: go-micro-dashboard
ports:
- "4000:4000"
environment:
- MICRO_REGISTRY=etcd
- MICRO_REGISTRY_ADDRESS=etcd
- CONFIG_TYPE=yaml
- CONFIG_FILE=/etc/micro/dashboard.yaml
volumes:
- "./config.yaml:/etc/micro/dashboard.yaml"
Loading

0 comments on commit 1460770

Please sign in to comment.