Skip to content

Instantly share code, notes, and snippets.

View jakubhajek's full-sized avatar
👋

Jakub Hajek jakubhajek

👋
View GitHub Profile
@pascalandy
pascalandy / compose-caddy.yml
Last active September 16, 2023 18:54
Traefik V2 / my docker compose files
version: "3.3"
services:
caddy:
image: abiosoft/caddy:1.0.3-no-stats
container_name: caddy
hostname: caddy
restart: unless-stopped
volumes:
@akalipetis
akalipetis / .drone.yml
Last active October 16, 2019 12:28
Drone Swarm deployment stack and example pipeline
pipeline:
test:
image: akalipetis/ci:17.07.0_1.16.1
environment:
- DOCKER_HOST=tcp://docker:2375
commands:
- docker-compose run web python tests.py
build:
image: akalipetis/ci:17.07.0_1.16.1