[nginx-proxy] Rename example service
This commit is contained in:
parent
00045eae19
commit
e9dde66926
1 changed files with 0 additions and 0 deletions
16
nginx-proxy/example-service.yaml
Normal file
16
nginx-proxy/example-service.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
version: "3"
|
||||
services:
|
||||
service_name:
|
||||
image: image
|
||||
environment:
|
||||
- VIRTUAL_HOST=test.jfreudenberger.de # the domain where the service should be reached
|
||||
- VIRTUAL_PORT=8000 # the port the service listens in the container
|
||||
- LETSENCRYPT_HOST=test.jfreudenberger.de # the same domain as VIRTUAL_HOST; this enables ssl
|
||||
networks:
|
||||
- webproxy
|
||||
|
||||
networks:
|
||||
webproxy:
|
||||
external:
|
||||
name: webproxy
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue