fresh zerver commit

This commit is contained in:
Nathan Anderson
2023-07-21 17:51:33 -06:00
commit a03e0259da
67 changed files with 284521 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
version: "3"
services:
gotify:
image: gotify/server
ports:
- 8082:80
environment:
- GOTIFY_DEFAULTUSER_PASS=password
volumes:
- "./gotify_data:/app/data"