mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-06-28 08:09:42 -04:00
feat(compose): contenerize frontend
This commit is contained in:
@ -14,3 +14,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
frontend:
|
||||||
|
image: nginx:alpine
|
||||||
|
ports:
|
||||||
|
- 5173:80
|
||||||
|
volumes:
|
||||||
|
- ../frontend/dist:/usr/share/nginx/html
|
||||||
|
Reference in New Issue
Block a user