add gotify
This commit is contained in:
20
Docker/gotify/docker-compose.yml
Normal file
20
Docker/gotify/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
gotify:
|
||||
container_name: gotify
|
||||
ports:
|
||||
- 7099:80
|
||||
environment:
|
||||
- GOTIFY_DEFAULTUSER_PASS=custom
|
||||
volumes:
|
||||
- "./gotify_data:/app/data"
|
||||
image: gotify/server
|
||||
networks:
|
||||
nginx:
|
||||
aliases:
|
||||
- gotify
|
||||
|
||||
networks:
|
||||
nginx:
|
||||
external: true
|
||||
Reference in New Issue
Block a user