- Notifications
You must be signed in to change notification settings - Fork 291
/
Copy pathdocker-compose.yml
24 lines (22 loc) · 647 Bytes
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
services:
monkeytype:
image: themythologist/monkeytype:frontend-latest
container_name: monkeytype
hostname: monkeytype
restart: unless-stopped
ports:
- 5000:5000/tcp
expose:
- 5000
#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