Initial Gotify deployment setup
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Gotify Deployment
|
||||
|
||||
Gotify is a self-hosted push notification server.
|
||||
|
||||
## Variables
|
||||
|
||||
### Docker Settings
|
||||
|
||||
- `IMAGE`: Docker image (default: `docker.io/gotify/server`).
|
||||
- `VERSION`: Image tag (required, no default).
|
||||
- `NAME`: Container name (default: `gotify`).
|
||||
|
||||
### Volumes
|
||||
|
||||
- `DATA`: Path to the data directory on the host (required, no default).
|
||||
|
||||
### Network
|
||||
|
||||
- `ENDPOINT`: Address and port binding (default: `127.0.0.1:8000`).
|
||||
|
||||
## License
|
||||
|
||||
This project is released under the 0BSD license, which allows for unrestricted
|
||||
use, modification, and distribution.
|
||||
Reference in New Issue
Block a user