Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digikin committed Jun 25, 2019
1 parent e20b2fe commit 49d595b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ version: '3'
services:
traefik:
image: traefik:v2.0
command: --api --providers.docker
image: traefik:v1.7
command: --api --docker
ports:
- 8080:8080
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /traefik.toml:/etc/traefik
nginx:
image: nginx:latest
ports:
Expand All @@ -34,9 +33,9 @@ or
`docker-compose up -d` for it to run in the background.

## Services
1. The dashboard is running at http://localhost:8080 but it is still under construction in v2.0 but you can view the api info at http://localhost:8080/api/rawdata
1. The dashboard is running at http://localhost:8080
2. Nginx is running on the main domain http://localhost
3. InfluxDB 2.0 is running on http://influx.localhost which it should automatically pull up port 9999
3. InfluxDB 2.0 is running on http://influx.localhost:9999 which it should automatically pull up port 9999

## Template
This is a template where anyone can build upon this. The next step is to configure ssl. (More to come)

0 comments on commit 49d595b

Please sign in to comment.