mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-26 17:39:58 +00:00
Fix/147 (#152)
* 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:
@@ -183,4 +183,4 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
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
@@ -3,10 +3,12 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
ontime:
|
ontime:
|
||||||
container_name: ontime
|
container_name: ontime
|
||||||
image: getontime/ontime:test-alpine
|
image: getontime/ontime:latest
|
||||||
ports:
|
ports:
|
||||||
- "4001:4001/tcp"
|
- "4001:4001/tcp"
|
||||||
- "127.0.0.1:8888:8888/udp"
|
- "127.0.0.1:8888:8888/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- "./ontime-db:/server/preloaded-db"
|
- "./ontime-db:/server/preloaded-db"
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Singapore
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ontime",
|
"name": "ontime",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"author": "Carlos Valente",
|
"author": "Carlos Valente",
|
||||||
"description": "Time keeping for live events",
|
"description": "Time keeping for live events",
|
||||||
"repository": "https://github.com/cpvalente/ontime",
|
"repository": "https://github.com/cpvalente/ontime",
|
||||||
|
|||||||
Reference in New Issue
Block a user