|
|
|
|
@ -11,6 +11,8 @@ services:
|
|
|
|
|
- "8282:80"
|
|
|
|
|
restart: always
|
|
|
|
|
volumes:
|
|
|
|
|
- ./frontend/conf/nginx.conf:/etc/nginx/nginx.conf
|
|
|
|
|
- type: bind
|
|
|
|
|
source: ./frontend/conf/nginx.conf
|
|
|
|
|
target: /etc/nginx/nginx.conf
|
|
|
|
|
- ./frontend/conf/conf.d:/etc/nginx/conf.d
|
|
|
|
|
- ../dist:/var/www/html
|
|
|
|
|
|