mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
added whoami
This commit is contained in:
parent
4b26f94620
commit
4040b166f8
@ -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
8
dummy/compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
|
||||
#
|
||||
|
||||
name:
|
||||
|
||||
services:
|
||||
|
15
whoami/compose.yml
Normal file
15
whoami/compose.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user