Skip to content

existing gotify server? #240

@hs6666

Description

@hs6666

bit confused here, i already have a gotify server running using the following simple compose file (with nginx proxy manager alongside allowing access via https://myfqdn.com)

services:
app:
image: gotify/server
restart: unless-stopped
ports:
- 7777:80
environment:
- TZ='Europe/London'
- GOTIFY_SERVER_SSL_ENABLED=false
volumes:
- ./:/app/data

will adding following to this file suffice plz?

services:
app:
image: ghcr.io/androidseb25/igotify-notification-assist
restart: unless-stopped
ports:
- 8681:80
volumes:
- ./:/app/data

Thanx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions