2
0
Fork 0

Initial
continuous-integration/drone/push Build is passing Details

pull/10/head
UnicodingUnicorn 2019-06-15 03:17:18 +08:00
parent 3b61aeb04e
commit efbf887924
2 changed files with 6 additions and 1 deletions

@ -1 +1 @@
Subproject commit c6c1d0d160700d968b45083907e56b4dacd88e02
Subproject commit 407b317a4f0cc3b73cb0af9f7bc7bd6498b8c52e

View File

@ -88,6 +88,10 @@ services:
build: ./backend-login
tty: true
restart: unless-stopped
depends_on:
- pg
- redis
- core
environment:
- LISTEN=:80
- SECRET=secret
@ -97,6 +101,7 @@ services:
- MESSAGING_SID=MG19d18fafcff1f3f34dff04c5b04c0699
- TWILIO_SID=AC22ea3eea85e5108a96b947aea8ab1320
- TWILIO_TOKEN=fb23fa1a1564aa9f62a7a3117f07b3a0
- CORE_URL=http://core/user
networks:
- traefiknet
- redisnet