init
All checks were successful
Build and Release / release (push) Successful in 39s

This commit is contained in:
2026-04-20 09:40:59 +07:00
parent 2508172489
commit 780bb9609a
4 changed files with 75 additions and 0 deletions

15
docker-compose.yml Normal file
View File

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