mirror of
https://github.com/apache/apisix-dashboard.git
synced 2025-12-08 20:12:51 +00:00
18 lines
351 B
YAML
18 lines
351 B
YAML
include:
|
|
- path:
|
|
- ../e2e/server/docker-compose.common.yml
|
|
- docker-compose.override.yml
|
|
services:
|
|
apisix-dashboard:
|
|
build:
|
|
context: ..
|
|
dockerfile: .devcontainer/Dockerfile
|
|
command: sleep infinity
|
|
volumes:
|
|
- ..:/workspace:cached
|
|
networks:
|
|
- apisix
|
|
ports:
|
|
- '5173:5173'
|
|
- '5174:5174'
|