Compare commits
2 Commits
fa8abaf0c2
...
ed1e23bdf8
Author | SHA1 | Date | |
---|---|---|---|
ed1e23bdf8 | |||
6d4ff1e329 |
1
docker
Submodule
1
docker
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit fa8abaf0c2b6426f66b86f3c3d2d7b5c6dcf665a
|
14
docker-compose/Gotify/gotify.yml
Normal file
14
docker-compose/Gotify/gotify.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
version: '3.9'
|
||||||
|
services:
|
||||||
|
gotify:
|
||||||
|
image: ghcr.io/gotify/server:latest
|
||||||
|
container_name: Gotify
|
||||||
|
restart: on-failure:5
|
||||||
|
ports:
|
||||||
|
- 6789:80
|
||||||
|
volumes:
|
||||||
|
- /docker/gotify:/app/data:rw
|
||||||
|
environment:
|
||||||
|
GOTIFY_DEFAULTUSER_NAME: admin
|
||||||
|
GOTIFY_DEFAULTUSER_PASS: zaq12wsx
|
||||||
|
TZ: Europe/Warsaw
|
Loading…
x
Reference in New Issue
Block a user