mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-01-22 01:19:18 -05:00
feat(compose): contenerize frontend
This commit is contained in:
parent
1988ba2775
commit
5c803c53e4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user