Merge a5ceca4969bfce36f180b02d187d937cfc54ddf0 into 40fc131ba43f19ab93ce26b7d65b9bdb1d28a98a

This commit is contained in:
aftermath
2025-09-02 21:30:41 +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