Use web DNS for main web container

This commit is contained in:
Luke Murphy 2021-01-11 11:13:19 +01:00
parent 3370d6e3d6
commit 08821c2354
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[DEFAULT]
debug = {{ env "DEBUG" }}
endpoint = http://localhost:8080/api
endpoint = http://web:8080/api
key = {{ secret "cli_api_key" }}
output = json
sslverify = False