This commit is contained in:
2023-08-08 18:03:39 +02:00
parent ec71251946
commit 6d4ff1e329
2 changed files with 15 additions and 0 deletions
docker
docker-compose/Gotify

1
docker Submodule

Submodule docker added at fa8abaf0c2

@ -0,0 +1,14 @@
version: '3.9'
services:
gotify:
image: ghcr.io/gotify/server:latest
container_name: Gotify
restart: on-failure:5
ports:
- 6789:80
volumes:
- /docker/gotify:/app/data:rw
environment:
GOTIFY_DEFAULTUSER_NAME: admin
GOTIFY_DEFAULTUSER_PASS: zaq12wsx
TZ: Europe/Warsaw