Skip to content

Instantly share code, notes, and snippets.

@trezm
trezm / docker-compose.yml
Created May 15, 2017 20:07 — forked from puppybits/docker-compose.yml
sentry docker-compose
redis:
image: redis
postgres:
image: postgres
environment:
- POSTGRES_PASSWORD=sentry
- POSTGRES_USER=sentry
volumes:
- /var/lib/postgresql/data
[
// { "key": "ctrl+p", "command": "cursorUp", "when": "editorTextFocus" },
// { "key": "ctrl+n", "command": "cursorDown", "when": "editorTextFocus" },
// { "key": "ctrl+b", "command": "cursorLeft", "when": "editorTextFocus" },
// { "key": "ctrl+f", "command": "cursorRight", "when": "editorTextFocus" },
// { "key": "ctrl+a", "command": "cursorHome", "when": "editorTextFocus" },
// { "key": "ctrl+e", "command": "cursorEnd", "when": "editorTextFocus" },
// { "key": "ctrl+d", "command": "deleteRight", "when": "editorTextFocus" },
// { "key": "alt+w", "command": "editor.action.clipboardCopyAction" },
// { "key": "ctrl+w", "command": "editor.action.clipboardCutAction" },