From 6d4ff1e329842b0ec8bde2e53a4e1b4b52195b7a Mon Sep 17 00:00:00 2001 From: jarkarc Date: Tue, 8 Aug 2023 18:03:39 +0200 Subject: [PATCH] . --- docker | 1 + docker-compose/Gotify/gotify.yml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 160000 docker create mode 100644 docker-compose/Gotify/gotify.yml diff --git a/docker b/docker new file mode 160000 index 0000000..fa8abaf --- /dev/null +++ b/docker @@ -0,0 +1 @@ +Subproject commit fa8abaf0c2b6426f66b86f3c3d2d7b5c6dcf665a diff --git a/docker-compose/Gotify/gotify.yml b/docker-compose/Gotify/gotify.yml new file mode 100644 index 0000000..5eba5bb --- /dev/null +++ b/docker-compose/Gotify/gotify.yml @@ -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 \ No newline at end of file