add monkeytype

This commit is contained in:
LRVT
2023-06-28 10:09:40 +02:00
parent ead3839a15
commit 58529a0280
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# References
- https://github.com/TheMythologist/monketype_docker
- https://hub.docker.com/r/themythologist/monkeytype
- https://github.com/monkeytypegame/monkeytype

View File

@@ -0,0 +1,23 @@
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