Add context path for Dockerfiles and add README.md
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -11,6 +11,7 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
dockerfile: frontend/Dockerfile
|
dockerfile: frontend/Dockerfile
|
||||||
|
context: frontend/
|
||||||
repo: docker.humenius.me/humenius/ts-onlinetime-ranks-frontend
|
repo: docker.humenius.me/humenius/ts-onlinetime-ranks-frontend
|
||||||
registry: docker.humenius.me
|
registry: docker.humenius.me
|
||||||
tags: ["latest", "v1.${DRONE_BUILD_NUMBER}"]
|
tags: ["latest", "v1.${DRONE_BUILD_NUMBER}"]
|
||||||
@@ -22,6 +23,7 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
dockerfile: backend/Dockerfile
|
dockerfile: backend/Dockerfile
|
||||||
|
context: backend/
|
||||||
repo: docker.humenius.me/humenius/ts-onlinetime-ranks-backend
|
repo: docker.humenius.me/humenius/ts-onlinetime-ranks-backend
|
||||||
registry: docker.humenius.me
|
registry: docker.humenius.me
|
||||||
tags: ["latest", "v1.${DRONE_BUILD_NUMBER}"]
|
tags: ["latest", "v1.${DRONE_BUILD_NUMBER}"]
|
||||||
|
|||||||
9
README.md
Normal file
9
README.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# Humenius' TeamSpeak 3 Online Time Ranking
|
||||||
|
[](https://ci.humenius.me/humenius/ts-onlinetime-ranks)
|
||||||
|
|
||||||
|
This is a stack for deploying a website which displays a top-list of people's online time on your TeamSpeak 3 server.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
- Docker
|
||||||
|
- SinusBot and have _Tunakill Rankingsystem_ installed
|
||||||
|
- Optionally: Traefik
|
||||||
Reference in New Issue
Block a user