Add 'self' stack
This commit adds a new stack 'self' that for now just redirects to the repository.
This commit is contained in:
parent
653445225e
commit
56a44f8db3
10 changed files with 69 additions and 7 deletions
|
|
@ -3,6 +3,8 @@ version: "3.7"
|
|||
services:
|
||||
nginx-proxy:
|
||||
image: nginxproxy/nginx-proxy:alpine
|
||||
environment:
|
||||
- DEFAULT_HOST=${DEFAULT_HOST}
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue