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