* fix/147: add latest tag to release
* fix/147: add latest tag to docker compose
* fix/148: add timezone example to docker-compose
* docker: version bump
This commit is contained in:
Carlos Valente
2022-06-13 22:11:17 +02:00
committed by GitHub
parent dda92ba3a8
commit 323d365f1a
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -183,4 +183,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/ontime:${{ env.RELEASE_VERSION }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/ontime:${{ env.RELEASE_VERSION }} ${{ secrets.DOCKERHUB_USERNAME }}/ontime:latest
+3 -1
View File
@@ -3,10 +3,12 @@ version: "3"
services:
ontime:
container_name: ontime
image: getontime/ontime:test-alpine
image: getontime/ontime:latest
ports:
- "4001:4001/tcp"
- "127.0.0.1:8888:8888/udp"
volumes:
- "./ontime-db:/server/preloaded-db"
environment:
- TZ=Asia/Singapore
restart: unless-stopped
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "1.2.0",
"version": "1.2.1",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",