mirror of
https://github.com/d0zingcat/alert-message-center.git
synced 2026-06-01 07:26:46 +00:00
feat: add docker ci pack
Signed-off-by: d0zingcat <iamtangli42@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user