首次提交

This commit is contained in:
DelLevin-Home
2026-01-13 10:06:37 +08:00
commit 71de5323aa
517 changed files with 54169 additions and 0 deletions

14
IDEA/docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: '2'
services:
renren-admin:
image: renren/renren-admin
ports:
- "8080:8080"
environment:
- spring.profiles.active=dev
renren-api:
image: renren/renren-api
ports:
- "8081:8081"
environment:
- spring.profiles.active=dev