services: gotify: image: gotify/server:latest container_name: gotify restart: unless-stopped environment: - TZ=${TZ:-Europe/Berlin} - GOTIFY_DEFAULTUSER_NAME=${ADMIN_USER:-admin} - GOTIFY_DEFAULTUSER_PASS=${ADMIN_PASSWORD:?admin password required} ports: - "${HTTP_PORT:-8098}:80" volumes: - ${DATA_PATH:-/srv/gotify}:/app/data