This commit is contained in:
2025-03-08 01:16:44 +01:00
parent e447d678ca
commit 282dda307d
3 changed files with 13 additions and 9 deletions

View File

@ -1,2 +1,2 @@
APPNAME=bookstack
APPNAME=gotify
DOCKER_REGISTRY=r.sectorq.eu/library/

View File

@ -13,9 +13,10 @@ services:
ports:
- "8010:80"
volumes:
- data:/app/data
environment:
GOTIFY_DEFAULTUSER_PASS: 'l4c1j4yd33Du5lo' # Change me!!!!!
- /share/docker_data/gotify/data:/app/data
env_file:
- stack.env
igotify:
container_name: igotify
@ -30,11 +31,10 @@ services:
ports:
- "8681:8080"
volumes:
- api-data:/app/data
environment: # option environment see above note
GOTIFY_URLS: https://gotify.sectorq.eu
GOTIFY_CLIENT_TOKENS: Cg7rS7zb_9WvgaS
SECNTFY_TOKENS: NTFY-DEVICE-CIrIeIoagAdUFwI8uOZlo6Qd9b3OF1x1NSpdns6mlImvzb4X0kI
- /share/docker_data/igotify/data:/app/data
env_file:
- stack.env
networks:
net:

4
gotify/stack.env Normal file
View File

@ -0,0 +1,4 @@
GOTIFY_URLS=https://gotify.sectorq.eu
GOTIFY_CLIENT_TOKENS=Cg7rS7zb_9WvgaS
SECNTFY_TOKENS=NTFY-DEVICE-CIrIeIoagAdUFwI8uOZlo6Qd9b3OF1x1NSpdns6mlImvzb4X0kI
GOTIFY_DEFAULTUSER_PASS=l4c1j4yd33Du5lo