initial commit

This commit is contained in:
2019-10-14 20:04:34 +01:00
commit 508cc197f7
7 changed files with 236 additions and 0 deletions

21
httpbin.yml Normal file
View File

@@ -0,0 +1,21 @@
version: '3'
services:
httpbin:
container_name: httpbin
image: kennethreitz/httpbin
restart: always
ports:
- 5100:80
labels:
- "traefik.frontend.rule=Host:httpbin.personal.cloud"
- "traefik.docker.network=traefik"
- "traefik.enable=true"
networks:
- web
networks:
web:
external:
name: traefik