mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
lala
This commit is contained in:
@ -1,2 +1,2 @@
|
|||||||
APPNAME=bookstack
|
APPNAME=gotify
|
||||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
DOCKER_REGISTRY=r.sectorq.eu/library/
|
@ -13,9 +13,10 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8010:80"
|
- "8010:80"
|
||||||
volumes:
|
volumes:
|
||||||
- data:/app/data
|
- /share/docker_data/gotify/data:/app/data
|
||||||
environment:
|
|
||||||
GOTIFY_DEFAULTUSER_PASS: 'l4c1j4yd33Du5lo' # Change me!!!!!
|
env_file:
|
||||||
|
- stack.env
|
||||||
|
|
||||||
igotify:
|
igotify:
|
||||||
container_name: igotify
|
container_name: igotify
|
||||||
@ -30,11 +31,10 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8681:8080"
|
- "8681:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- api-data:/app/data
|
- /share/docker_data/igotify/data:/app/data
|
||||||
environment: # option environment see above note
|
env_file:
|
||||||
GOTIFY_URLS: https://gotify.sectorq.eu
|
- stack.env
|
||||||
GOTIFY_CLIENT_TOKENS: Cg7rS7zb_9WvgaS
|
|
||||||
SECNTFY_TOKENS: NTFY-DEVICE-CIrIeIoagAdUFwI8uOZlo6Qd9b3OF1x1NSpdns6mlImvzb4X0kI
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
net:
|
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