Added docker-compose.yml for Gotify

This commit is contained in:
Abhilesh Dhawanjewar
2021-09-23 20:25:02 -05:00
parent 447f2176d6
commit b93f87a397

14
gotify/docker-compose.yml Normal file
View 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