mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
lala
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
APPNAME=bookstack
|
||||
APPNAME=gotify
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
@ -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
4
gotify/stack.env
Normal 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
|
Reference in New Issue
Block a user