2025-06-05 13:56:57 +05:30
|
|
|
version: "3.8"
|
|
|
|
|
services:
|
|
|
|
|
gotify:
|
2025-06-08 13:50:37 +05:30
|
|
|
image: "gotify/server:2.6.3"
|
2025-06-05 13:56:57 +05:30
|
|
|
container_name: "gotify"
|
|
|
|
|
environment:
|
|
|
|
|
- "TZ=${TZ}"
|
|
|
|
|
- "GOTIFY_REGISTRATION=${GOTIFY_REGISTRATION}"
|
|
|
|
|
volumes:
|
|
|
|
|
- "${CONFIG_PATH}:/app/data"
|
|
|
|
|
ports:
|
|
|
|
|
- "${PORT}:80"
|
|
|
|
|
restart: "unless-stopped"
|