mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
added whoami
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user