update ci ip
This commit is contained in:
parent
9540a03366
commit
358bb6272c
@ -17,5 +17,5 @@ jobs:
|
|||||||
- name: Push to dokku
|
- name: Push to dokku
|
||||||
uses: dokku/github-action@master
|
uses: dokku/github-action@master
|
||||||
with:
|
with:
|
||||||
git_remote_url: "ssh://dokku@10.0.3.76:22/mc-tracker"
|
git_remote_url: "ssh://dokku@51.158.63.74:22/mc-tracker"
|
||||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
@ -7,6 +7,18 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./data:/usr/src/app/data
|
- ./data:/usr/src/app/data
|
||||||
|
|
||||||
|
grafana:
|
||||||
|
image: grafana/grafana:latest
|
||||||
|
environment:
|
||||||
|
- GF_ANALYTICS_REPORTING_ENABLED=false
|
||||||
|
- GF_SERVER_DOMAIN=mc-tracker.fascinated.cc
|
||||||
|
- GF_AUTH_ANONYMOUS_ENABLED=true
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
||||||
|
volumes:
|
||||||
|
- /home/grafana/data:/var/lib/grafana
|
||||||
|
restart: always
|
||||||
|
|
||||||
influxdb:
|
influxdb:
|
||||||
image: influxdb:latest
|
image: influxdb:latest
|
||||||
container_name: influxdb
|
container_name: influxdb
|
||||||
|
Loading…
Reference in New Issue
Block a user