Add an environment variable to the client

This commit is contained in:
Andrea Dell'Amico 2020-10-14 17:37:39 +02:00
parent 8a9b6ee605
commit 3fff8966fa
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ services:
image: {{ open_asfa_docker_client_image }}
networks:
- {{ open_asfa_docker_network }}
environment:
API_BASE_URL: http://{{ open_asfa_docker_service_server_name }}:8080
deploy:
mode: replicated
replicas: 1