adding some new containers to play with

This commit is contained in:
2026-03-29 23:17:58 +00:00
parent 146ba14e79
commit dfde1f48f5
6 changed files with 189 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
# microtalk (p2p) - https://awesome-docker-compose.com/mirotalk-p2p
services:
mirotalk-p2p:
image: mirotalk/p2p:latest
container_name: mirotalk-p2p
restart: unless-stopped
ports:
- "3005:3000"
environment:
- PORT=3000
- API_KEY_SECRET=${API_KEY_SECRET}