Initial commit with kopia app working
This commit is contained in:
10
apps/whoami/docker-compose.json
Normal file
10
apps/whoami/docker-compose.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"services": [
|
||||
{
|
||||
"name": "whoami",
|
||||
"image": "traefik/whoami:v1.11.0",
|
||||
"isMain": true,
|
||||
"internalPort": "80"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user