Files
audio_resive/docker-compose.yml
T
2023-11-11 09:47:34 +07:00

15 lines
245 B
YAML

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