mirror of
https://github.com/abhilesh/self-hosted-docker-setups.git
synced 2026-06-28 14:57:13 +00:00
Added docker-compose.yml for Gotify
This commit is contained in:
14
gotify/docker-compose.yml
Normal file
14
gotify/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
gotify:
|
||||
image: gotify/server-arm64
|
||||
container_name: gotify_server
|
||||
ports:
|
||||
- 80:80 # Change this
|
||||
environment:
|
||||
- TZ=America/Chicago # Change this
|
||||
- GOTIFY_DEFAULTUSER_NAME=admin # Change this
|
||||
- GOTIFY_DEFAULTUSER_PASS=admin # Change this
|
||||
volumes:
|
||||
- "/home/pi/gotify/data:/app/data" # Change this
|
||||
Reference in New Issue
Block a user