Skip to content

Instantly share code, notes, and snippets.

View Vitsen15's full-sized avatar

Andrey Vitsentovich Vitsen15

View GitHub Profile
@Vitsen15
Vitsen15 / .tmux.conf
Created November 17, 2021 10:22
tmux configuration.
set -g default-terminal xterm-256color
set -g xterm-keys on
set -g history-limit 8000
set -g lock-after-time 0
set -g allow-rename off
set -g renumber-windows on
unbind-key C-o
bind-key C-a last-window
bind-key / command-prompt "swap-window -t '%%'"
bind-key Home swap-window -t -1
@Vitsen15
Vitsen15 / jenkins_docker-compose.yml
Created January 3, 2020 16:03
Jenkins inside docker
version: "3.7"
services:
jenkins:
container_name: jenkins
image: jenkinsci/blueocean
environment:
- DOCKER_HOST=tcp://docker:2376
- DOCKER_CERT_PATH=/certs/client
- DOCKER_TLS_VERIFY=1