initial commit
This commit is contained in:
21
httpbin.yml
Normal file
21
httpbin.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user