2017-11-01 23:37:10 +00:00
|
|
|
version: '2'
|
|
|
|
services:
|
|
|
|
nginx-portal:
|
|
|
|
image: nginx:alpine
|
|
|
|
volumes:
|
2018-03-04 11:29:11 +00:00
|
|
|
- ./example/compose/nginx/portal/nginx.conf:/etc/nginx/nginx.conf
|
|
|
|
- ./example/compose/nginx/portal/ssl:/etc/ssl
|
2017-11-01 23:37:10 +00:00
|
|
|
ports:
|
|
|
|
- "8080:443"
|
|
|
|
networks:
|
2019-01-27 14:54:29 +00:00
|
|
|
- authelianet
|