Skip to content

Instantly share code, notes, and snippets.

View grodrigo's full-sized avatar

Rodrigo Gil Lopetegui grodrigo

View GitHub Profile
@w33ble
w33ble / docker-compose.advanced.yml
Last active May 28, 2024 23:13
Using jwilder/nginx-proxy with multiple compose files
version: '3'
services:
nginx-proxy:
image: nginx:alpine
container_name: proxy-nginx
environment:
- DEFAULT_HOST=hello.local
ports:
- 80:80
@AnderRasoVazquez
AnderRasoVazquez / pomodoro.sh
Last active June 15, 2022 18:37
[A simple pomodoro script for Bash shell] #shell #bash
#!/bin/bash
## pomodoro script by Ander Raso Vázquez anderraso@gmail.com
############## DOCUMENTATION ###################
## After a pomodoro of 25 min -> 5 min break
## After 4 pomodoros done -> 15 min break
##
## USAGE
## [command] [number of pomodoros]
## example: