feat(deploy): add docker

This commit is contained in:
2026-02-11 16:31:27 +08:00
parent 3b3ce5572f
commit ed6bef8039
6 changed files with 216 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
services:
iam-service:
build:
context: ../..
dockerfile: deploy/docker/Dockerfile
env_file:
- ../../.env
ports:
- "${PORT}:${PORT}"
volumes:
- ../../data:/app/data:ro
- ../../log:/app/log