init
Some checks failed
Build and Release / release (push) Failing after 16s

This commit is contained in:
2026-04-20 09:29:40 +07:00
commit ea1e12a5bc
20 changed files with 4335 additions and 0 deletions

15
docker-compose.yml Normal file
View File

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