Skip to content

Instantly share code, notes, and snippets.

View fabiante's full-sized avatar
🤓
Looking for Software Devs in Hamburg :)

fabiante fabiante

🤓
Looking for Software Devs in Hamburg :)
View GitHub Profile
@fabiante
fabiante / docker-compose.yml
Created August 1, 2019 12:36 — forked from odinserj/docker-compose.yml
ProGet using docker compose
version: '2'
services:
nginx:
image: jwilder/nginx-proxy
container_name: nginx-proxy
environment:
- DEFAULT_HOST=nuget.hangfire.io
links:
- proget
ports: