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
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