2
0
Fork 0

Integrated backend-transcription into revised bite pipeline
continuous-integration/drone/push Build is passing Details

pull/21/head
Daniel Lim 2019-06-28 23:59:26 +08:00
parent d3e11fee94
commit 3aa41b6361
4 changed files with 6 additions and 21 deletions

@ -1 +1 @@
Subproject commit 680259c08740273830d40e7e1a74d3d3247353f4
Subproject commit 9e8ae9b73ed1d3dda62022d2294a07017606863d

@ -1 +1 @@
Subproject commit de78442f6a71151094ea4d7fe4338c2cfe692858
Subproject commit f7d9197940119f964d21583d8077c6fec0e1a0d3

View File

@ -10,7 +10,6 @@ services:
- bite
- publish
- subscribe
- transcription
- auth
- pictures
- webrtc
@ -104,10 +103,14 @@ services:
build: ./backend-webrtc
tty: true
restart: unless-stopped
depends_on:
- nats
environment:
- LISTEN=:80
- NATS=nats://nats:4222
networks:
- traefiknet
- natsnet
login:
build: ./backend-login
@ -242,12 +245,10 @@ services:
depends_on:
- nats
environment:
- LISTEN=:80
- NATS=nats://nats:4222
- API_KEY=AIzaSyDxSXDefzw9gXCQaVzOCYlRn_vcC9Da9Q0
networks:
- natsnet
- traefiknet
networks:
authnet:

View File

@ -131,22 +131,6 @@ entrypoints = ["http", "https"]
[frontends.subscribe.routes.one]
rule = "PathPrefixStrip: /subscribe/"
# transcription
[backends.transcription]
[backends.transcription.servers.one]
url = "http://transcription"
[frontends.transcription]
backend = "transcription"
entrypoints = ["http", "https"]
[frontends.transcription.headers.customresponseheaders]
Access-Control-Allow-Origin = "*"
Access-Control-Allow-Headers = "Content-Type, Authorization, X-User-Claim"
Access-Control-Allow-Credentials = "true"
Access-Control-Allow-Methods = "GET, HEAD, POST, PUT, PATCH, DELETE"
[frontends.transcription.routes.one]
rule = "PathPrefixStrip: /transcription/"
# pictures
[backends.pictures]
[backends.pictures.servers.one]