[Add] panel container(dev)

This commit is contained in:
2024-08-23 10:06:25 +08:00
parent a1fa90dca5
commit 689ee78fad
2 changed files with 38 additions and 1 deletions

View File

@@ -7,4 +7,11 @@ services:
confd:
build: docker/confd
prometheus:
build: docker/prometheus
build: docker/prometheus
panel:
build: docker/panel
volumes:
- ./management-panel:/app
entrypoint: php artisan serve --host=0.0.0.0
ports:
- 8000:8000