mirror of
https://github.com/d3vyce/teleinfo-exporter.git
synced 2025-04-04 09:10:48 +02:00
fix action + update readme
This commit is contained in:
parent
48ff516af8
commit
3b079a6a9d
12
.github/workflows/pypi-build-version.yml
vendored
12
.github/workflows/pypi-build-version.yml
vendored
@ -8,14 +8,16 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: checkout code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
python3 -m pip install --upgrade pip
|
||||||
sudo apt-get install --yes python3 python3-setuptools python3-wheel python3-build python3-venv
|
python3 -m pip install --upgrade build
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: python3 -m build
|
||||||
python3 -m build
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
@ -12,15 +12,11 @@ teleinfo-exporter --help
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
```
|
|
||||||
docker pull teleinfo-exporter
|
|
||||||
```
|
|
||||||
|
|
||||||
Minimal Docker compose:
|
Minimal Docker compose:
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: teleinfo_exporter:latest
|
image: ghcr.io/d3vyce/teleinfo-exporter:latest
|
||||||
environment:
|
environment:
|
||||||
- BROKER_HOSTNAME=10.10.0.10
|
- BROKER_HOSTNAME=10.10.0.10
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user