Initial Gotify deployment setup

This commit is contained in:
2026-04-11 14:56:01 -04:00
commit 0a35a6f509
3 changed files with 44 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
gotify:
image: ${IMAGE:-docker.io/gotify/server}:${VERSION:?}
container_name: ${NAME:-gotify}
ports:
- ${ENDPOINT:-127.0.0.1:8000}:80
volumes:
- ${DATA:?}:/app/data:Z