add computing connect
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user