feat: add docker ci pack

Signed-off-by: d0zingcat <iamtangli42@gmail.com>
This commit is contained in:
2026-01-13 21:22:45 +08:00
parent c0f383f281
commit 180f3cd825
11 changed files with 60 additions and 56 deletions

View File

@@ -1,8 +1,8 @@
services:
server:
app:
build:
context: .
dockerfile: apps/server/Dockerfile
dockerfile: Dockerfile
ports:
- "3000:3000"
environment:
@@ -13,15 +13,6 @@ services:
depends_on:
- postgres
web:
build:
context: .
dockerfile: apps/web/Dockerfile
ports:
- "80:80"
depends_on:
- server
postgres:
image: postgres:17-alpine
restart: always