Skip to content

Instantly share code, notes, and snippets.

View dennis-eichardt-CH's full-sized avatar

Dennis Eichardt dennis-eichardt-CH

  • Urtenen-Schönbühl, Switzerland
View GitHub Profile
@kanzitelli
kanzitelli / docker-compose.yml
Created September 12, 2019 18:31
Docker Compose file with Traefik, Backend and MongoDB configured. For running locally.
version: '3'
services:
reverse-proxy:
image: traefik:v2.0
container_name: traefik
command: --api --providers.docker
ports:
- "6969:80"
- "6970:8080"