mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 12:31:13 +00:00
24 lines
637 B
YAML
24 lines
637 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
monkeytype:
|
|
image: themythologist/monkeytype:frontend-latest
|
|
container_name: monkeytype
|
|
hostname: monkeytype
|
|
restart: unless-stopped
|
|
ports:
|
|
- 5000:5000/tcp
|
|
#networks:
|
|
# - proxy
|
|
#labels:
|
|
# - traefik.enable=true
|
|
# - traefik.http.routers.monkeytype.rule=Host(`monkeytype.example.com`)
|
|
# - traefik.http.services.monkeytype.loadbalancer.server.port=5000
|
|
# - traefik.docker.network=proxy
|
|
# # Part for optional traefik middlewares
|
|
# - traefik.http.routers.monkeytype.middlewares=local-ipwhitelist@file
|
|
|
|
#networks:
|
|
# proxy:
|
|
# external: true
|