mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-03 22:44:14 +00:00
Merge a5ceca4969bfce36f180b02d187d937cfc54ddf0 into 40fc131ba43f19ab93ce26b7d65b9bdb1d28a98a
This commit is contained in:
@ -14,9 +14,8 @@ services:
|
||||
container_name: dev-nginx
|
||||
restart: always
|
||||
volumes:
|
||||
- ./:/usr/src/frontend
|
||||
- ../web:/usr/src/web
|
||||
- ./static/frontend:/usr/src/web/static/frontend
|
||||
- ../web/nginx.conf:/etc/nginx/nginx.conf
|
||||
- ../web/coordinators/:/etc/nginx/conf.d/
|
||||
ports:
|
||||
- 8888:80
|
||||
|
@ -15,7 +15,7 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- ./:/usr/src/web
|
||||
- ../frontend/static/frontend:/usr/src/web/static/frontend
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
- ./coordinators/:/etc/nginx/conf.d/
|
||||
ports:
|
||||
- 8080:80
|
||||
|
Reference in New Issue
Block a user