Skip to content

Instantly share code, notes, and snippets.

@FrozenDroid
Created June 11, 2018 19:36
Show Gist options
  • Save FrozenDroid/271bac4002d5490132409c47649ff19e to your computer and use it in GitHub Desktop.
Save FrozenDroid/271bac4002d5490132409c47649ff19e to your computer and use it in GitHub Desktop.
version: '2'
services:
proxy:
image: traefik
ports:
- "80:80"
- "443:443"
- "8080:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./traefik.toml:/traefik.toml
- ./acme.json:/acme.json
networks:
- traefik
labels:
- "traefik.enable=false"
networks:
traefik:
external:
name: traefik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment