-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathGotify.json
More file actions
30 lines (30 loc) · 1.13 KB
/
Gotify.json
File metadata and controls
30 lines (30 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"Gotify": {
"description": "A simple server for sending and receiving messages. <p>Based on the <a href='https://hub.docker.com/r/gotify/server' target='_blank'>official OCI image</a>, available for amd64 architecture only.</p>",
"version": "1.1",
"website": "https://gotify.net/",
"more_info": "<p>Default username is <code>admin</code> and password is <code>admin</code>. For usage instructions visit <a href=\"https://gotify.net/docs/first-login\" target=\"_blank\">the gotify Getting Started guide</a></p>",
"containers": {
"gotify": {
"image": "gotify/server",
"launch_order": 1,
"ports": {
"80": {
"description": "Gotify server port.",
"label": "Server port [e.g. 8100]",
"host_default": 8100,
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/app/data": {
"description": "Share for the database, plugins and images for applications.",
"label": "Database and App Images [e.g. gotify]",
"min_size": 1073741824
}
}
}
}
}
}