add httpsms env vars
This commit is contained in:
parent
463fa26b06
commit
7b7cc300f9
@ -1,3 +1,4 @@
|
||||
from_phone_number: "{{ lookup('env', 'FROM_PHONE_NUMBER')}}"
|
||||
to_phone_number: "{{ lookup('env', 'TO_PHONE_NUMBER')}}"
|
||||
httpsms_api_token: "{{ lookup('env', 'HTTPSMS_API_TOKEN')}}"
|
||||
httpsms_signing_key: "{{ lookup('env', 'HTTPSMS_SIGNING_KEY')}}"
|
||||
|
@ -13,7 +13,10 @@ services:
|
||||
- FROM_PHONE_NUMBER={{ from_phone_number }}
|
||||
- TO_PHONE_NUMBER={{ to_phone_number }}
|
||||
- HTTPSMS_API_TOKEN={{ httpsms_api_token }}
|
||||
- HTTPSMS_SIGNING_KEY={{ httpsms_signing_key }}
|
||||
volumes:
|
||||
- ./db:/app/db
|
||||
dns:
|
||||
- {{ nameserver_ip }}
|
||||
ports:
|
||||
- "127.0.0.1:19191:8080"
|
||||
|
Loading…
x
Reference in New Issue
Block a user