create project

This commit is contained in:
2026-04-28 13:58:34 +07:00
parent 68d05da584
commit 6d0ad4a270
16 changed files with 439 additions and 105 deletions

View File

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