mirror of
https://forgejo.asgardlabs.net/forgeadm/gotify.git
synced 2026-04-30 11:54:03 +00:00
16 lines
316 B
YAML
16 lines
316 B
YAML
services:
|
|
gotify:
|
|
image: gotify/server:latest
|
|
#ports:
|
|
# - 8080:80
|
|
environment:
|
|
GOTIFY_DEFAULTUSER_PASS: 'admin'
|
|
volumes:
|
|
- /home/ampadmin/docker/gotify/gotify_data:/app/data
|
|
networks:
|
|
- homelab
|
|
healthcheck:
|
|
disable: false
|
|
networks:
|
|
homelab:
|
|
external: true |