ruo_python_django/admin-ui/docker-compose.yaml
2025-07-25 10:03:06 +08:00

18 lines
241 B
YAML

version: '3.0'
services:
django-vue-ui-std:
build:
context: .
dockerfile: Dockerfile
image: django-vue-ui-image-std
container_name: django-vue-ui-container-std
ports:
- "8101:80"
restart: always