added whoami

This commit is contained in:
dominikhoebert 2024-07-29 20:57:34 +02:00
parent 4b26f94620
commit 4040b166f8
3 changed files with 24 additions and 1 deletions

View File

@ -27,7 +27,6 @@
## ToDo
- whoami
- adguard home
- dozzle
- dockge
@ -75,6 +74,7 @@
- alpine
- nginx
- obsidian livesync
- whoami
## Tools

8
dummy/compose.yml Normal file
View File

@ -0,0 +1,8 @@
#
#
name:
services:

15
whoami/compose.yml Normal file
View File

@ -0,0 +1,15 @@
# https://hub.docker.com/r/traefik/whoami
# Tiny Go webserver that prints OS information and HTTP request to output
name: whoami
services:
whoami-test:
image: traefik/whoami
container_name: whoami
security_opt:
- no-new-privileges:true
environment:
- TZ=Europe/Vienna
ports:
- 83:80