Skip to content

Instantly share code, notes, and snippets.

@joekrill
joekrill / docker-compose.yml
Last active April 8, 2024 04:53
Linkwarden Docker Compose
version: "3.9"
volumes:
postgres:
services:
postgres:
image: postgres
restart: unless-stopped
healthcheck:
// ==UserScript==
// @name Generate branch name for pivotal story
// @namespace joekrill.com
// @match https://www.pivotaltracker.com/*
// @grant GM_setClipboard
// @grant GM_addStyle
// @version 1.1
// @author Joe Krill
// @description Adds a button to Pivotal issues that automatically generates a git branch name and copies it to the clibboard
// @require https://cdn.jsdelivr.net/npm/@violentmonkey/dom@2