Add an environment variable to the client
This commit is contained in:
parent
8a9b6ee605
commit
3fff8966fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue