首次发布git
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
services:
|
||||
noteai:
|
||||
image: noteai
|
||||
build: .
|
||||
container_name: noteai
|
||||
restart: always
|
||||
ports:
|
||||
- "4500:3000"
|
||||
volumes:
|
||||
# Persist the database file
|
||||
- ./prisma/dev.db:/app/prisma/dev.db
|
||||
environment:
|
||||
- DATABASE_URL=file:./prisma/dev.db
|
||||
- TZ=Asia/Shanghai
|
||||
Reference in New Issue
Block a user