feat: Enhance UI components with full labels and abbreviations, and add port mapping to dev docker-compose.
This commit is contained in:
@@ -1,9 +1,19 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "4321:4321"
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
command: npm run dev -- --host
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
|
||||
caddy:
|
||||
image: hello-world
|
||||
entrypoint: ["true"]
|
||||
restart: "no"
|
||||
ports: []
|
||||
volumes: []
|
||||
depends_on: []
|
||||
|
||||
Reference in New Issue
Block a user