diff --git a/leycloud/gotify.yml b/leycloud/gotify.yml new file mode 100644 index 0000000..96411a6 --- /dev/null +++ b/leycloud/gotify.yml @@ -0,0 +1,12 @@ +version: "3" +services: + gotify: + image: gotify/server + container_name: gotify + restart: unless-stopped + ports: + - "8083:80" + environment: + - GOTIFY_DEFAULTUSER_PASS=admin # ÄNDERE DAS NACH DEM ERSTEN LOGIN! + volumes: + - /home/florian/docker/gotify/data:/app/data \ No newline at end of file