운영용 프론트엔드 포트 수정
This commit is contained in:
@@ -10,11 +10,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "5555:5555"
|
- "5555:5555"
|
||||||
environment:
|
environment:
|
||||||
|
- NODE_ENV=production
|
||||||
- NEXT_PUBLIC_API_URL=http://192.168.0.70:8080/api
|
- NEXT_PUBLIC_API_URL=http://192.168.0.70:8080/api
|
||||||
volumes:
|
|
||||||
- ./frontend:/app
|
|
||||||
- /app/node_modules
|
|
||||||
- /app/.next
|
|
||||||
networks:
|
networks:
|
||||||
- pms-network
|
- pms-network
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user