This commit is contained in:
Hua
2024-08-09 21:46:59 +08:00
commit e40ef6b559
9 changed files with 543 additions and 0 deletions

13
docker-compose.yml Normal file

@ -0,0 +1,13 @@
services:
override-app:
image: huagcs/override-config-ui:latest
container_name: override-config-ui
restart: always
build:
context: .
dockerfile: Dockerfile
volumes:
- ./config.json:/app/config.json
ports:
- "8181:8181"
- "9090:9090"