inital
This commit is contained in:
parent
a0dff5132c
commit
c2a3388292
1 changed files with 8 additions and 2 deletions
|
|
@ -5,10 +5,16 @@ services:
|
|||
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
depends_on:
|
||||
- signalling
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
name: nginx_proxy_manager_default
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue