25 lines
606 B
YAML
25 lines
606 B
YAML
services:
|
|
dictation_auto_transcription_file_server:
|
|
container_name: dictation_auto_transcription_file_server_dev_container
|
|
env_file: ../.env
|
|
build: .
|
|
working_dir: /app/dictation_auto_transcription_file_server
|
|
# platform: linux/x86_64
|
|
ports:
|
|
- '8083:8083'
|
|
volumes:
|
|
- ../../:/app
|
|
- node_modules:/app/dictation_auto_transcription_file_server/node_modules:delegate
|
|
expose:
|
|
- '8081'
|
|
environment:
|
|
- CHOKIDAR_USEPOLLING=true
|
|
networks:
|
|
- external
|
|
volumes:
|
|
node_modules:
|
|
networks:
|
|
external:
|
|
name: omds_network
|
|
external: true
|