Create compose.yml

This commit is contained in:
drifty
2025-01-16 12:44:41 +05:30
committed by GitHub
parent 850c080066
commit e5e03cf2dd

View File

@@ -0,0 +1,12 @@
services:
gotify:
image: gotify/server
ports:
- 80:80
environment:
GOTIFY_DEFAULTUSER_PASS: 'admin'
volumes:
- './gotify_data:/app/data'
# to run gotify as a dedicated user:
# sudo chown -R 1234:1234 ./gotify_data
# user: "1234:1234"