feat: add cocker-compose yaml

This commit is contained in:
root
2025-07-13 10:31:33 +08:00
parent 0b403cac22
commit bc96260ec8
5 changed files with 110 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
version: '3.8'
services:
postgres:
image: postgres:15-alpine
@@ -10,7 +8,7 @@ services:
POSTGRES_USER: mixvideo_user
POSTGRES_PASSWORD: mixvideo_password
ports:
- "5432:5432"
- "5433:5432" # 使用不同的外部端口
volumes:
- postgres_data:/var/lib/postgresql/data