first commit

This commit is contained in:
zc
2026-02-06 12:17:58 +08:00
commit 1a5a2c413d
5 changed files with 460 additions and 0 deletions

14
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