Update file names
This commit is contained in:
18
gotify/compose.yaml
Normal file
18
gotify/compose.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
gotify:
|
||||
container_name: gotify
|
||||
image: ghcr.io/gotify/server:2.9.0@sha256:4df8c1bb23646b8d8b308e881866474bfae4a9a5b3980e5047f87eb84017e8a0
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
- GOTIFY_REGISTRATION=${GOTIFY_REGISTRATION}
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/gotify/config:/app/data
|
||||
ports:
|
||||
- ${PORT}:80
|
||||
networks:
|
||||
- frontend
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
external: true
|
||||
Reference in New Issue
Block a user