add computing connect

This commit is contained in:
2023-11-11 09:47:34 +07:00
parent 8c04c67c27
commit ebd1b6002b
42 changed files with 280 additions and 121 deletions
+14
View File
@@ -0,0 +1,14 @@
version: '3.7'
services:
backend:
container_name: audio_resive
build: .
restart: always
volumes:
- ".:/audio_resive"
working_dir: /audio_resive
command:
- /bin/sh
- -c
- |
python main.py