mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
19 lines
336 B
YAML
19 lines
336 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
web-client:
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
container_name: vue-element-admin
|
|
network_mode: bridge
|
|
volumes:
|
|
- /usr/app/
|
|
- /usr/app/node_modules
|
|
labels:
|
|
- app=vue-element-admin
|
|
stdin_open: true
|
|
tty: true
|
|
ports:
|
|
- 9526:9526 # Prod
|