Add utoy, disable glebby
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-09 02:47:03 +01:00
parent d4c58b8763
commit bae3028751
3 changed files with 21 additions and 3 deletions
+4
View File
@@ -40,3 +40,7 @@ plantuml.pbrinkmeier.de {
glebby.pbrinkmeier.de {
reverse_proxy glebby:5000
}
utoy.beany.club {
reverse_proxy utoy:3000
}
+11
View File
@@ -0,0 +1,11 @@
version: "3"
services:
utoy:
image: git.pbrinkmeier.de/paul/utoy:1.0
restart: always
networks:
default:
name: caddy-network
external: true