Merge a5ceca4969bfce36f180b02d187d937cfc54ddf0 into f89a5cee9abd58ebb3dca17e9c0b5d2ff3889b45

This commit is contained in:
aftermath
2025-09-09 21:02:30 +07:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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