Add score
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-06-08 23:55:38 +02:00
parent 41b3733482
commit 6c3bd0f1d4
3 changed files with 37 additions and 0 deletions
+4
View File
@@ -44,3 +44,7 @@ glebby.pbrinkmeier.de {
utoy.beany.club {
reverse_proxy utoy:3000
}
score.brocke.net {
reverse_proxy score:8080
}
+16
View File
@@ -0,0 +1,16 @@
version: "3"
services:
score:
image: ghcr.io/lbrocke/score:v1.0.1
user: "42003:42003"
volumes:
- /var/lib/pbri/docker/score:/data
working_dir: /data
entrypoint: "/app/score 0.0.0.0:8080"
restart: unless-stopped
networks:
default:
name: caddy-network
external: true