cicd
Some checks failed
Build and Release / release (push) Failing after 38s

This commit is contained in:
2026-04-19 19:45:58 +07:00
parent 7cff844e5b
commit fd37d95699
11 changed files with 115 additions and 20 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