mirror of
https://forgejo.asgardlabs.net/forgeadm/gotify.git
synced 2026-04-30 11:54:03 +00:00
Add docker-compose.yaml
This commit is contained in:
16
docker-compose.yaml
Normal file
16
docker-compose.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user