Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvictora committed Jun 28, 2024
1 parent 44f0579 commit ce76a50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ To get started with Docker, follow these steps:
services:
hue-scheduler:
container_name: hue-scheduler
image: stefanvictora/hue-scheduler:0.10
image: stefanvictora/hue-scheduler:0.11
environment:
- API_HOST=
- ACCESS_TOKEN=
Expand Down
4 changes: 2 additions & 2 deletions docs/docker_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Below you can find a full `docker-compose.yml` example file for someone located
services:
hue-scheduler:
container_name: hue-scheduler
image: stefanvictora/hue-scheduler:0.10
image: stefanvictora/hue-scheduler:0.11
environment:
- API_HOST=192.168.0.157
- ACCESS_TOKEN=1028d66426293e821ecfd9ef1a0731df
Expand All @@ -33,7 +33,7 @@ If you are using Docker on Windows, make sure to adapt the source path of your i
If you don't want to use docker compose, you can also directly create and run the container for Hue Scheduler with ``docker run``. Make sure to replace the placeholder values and adapt the `TZ` time zone variable:

~~~shell
docker run -d --name hue-scheduler -v $(pwd)/input.txt:/config/input.txt:ro -e log.level=DEBUG -e TZ=Europe/Vienna --restart unless-stopped stefanvictora/hue-scheduler:0.10 <API_HOST> <ACCESS_TOKEN> --lat <LATITUDE> --long <LONGITUDE> --elevation <ELEVATION> /config/input.txt
docker run -d --name hue-scheduler -v $(pwd)/input.txt:/config/input.txt:ro -e log.level=DEBUG -e TZ=Europe/Vienna --restart unless-stopped stefanvictora/hue-scheduler:0.11 <API_HOST> <ACCESS_TOKEN> --lat <LATITUDE> --long <LONGITUDE> --elevation <ELEVATION> /config/input.txt
~~~

**Stop / Start / Remove container:**
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>at.sv.hue</groupId>
<artifactId>hue-scheduler</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>

<scm>
<connection>scm:git:[email protected]:stefanvictora/hue-scheduler.git</connection>
Expand Down

0 comments on commit ce76a50

Please sign in to comment.