This commit is contained in:
2026-04-28 09:27:54 +07:00
commit 68d05da584
320 changed files with 26229 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
history-admin:
build:
context: .
dockerfile: Dockerfile
container_name: history-admin
restart: unless-stopped
ports:
- "3011:3000"
networks:
- history-admin-network
networks:
history-admin-network:
driver: bridge