File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55- hosts : charon
66- hosts : rabbitmq
77- hosts : redis
8+ - hosts : swarm-manager
89
910- hosts : api
1011 vars_files :
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ container_envs: >
5757 -e S3_CONTEXT_RESOURCE_BUCKET={{ api_s3_context_bucket }}
5858 -e USER_CONTENT_DOMAIN={{ user_content_domain }}
5959 -e DOCKER_IMAGE_BUILDER_WEAVE_PATH={{ weave_path }}
60-
60+ -e SWARM_HOST=http://{{ hostvars[groups['swarm-manager'][0]]['ansible_default_ipv4']['address'] }}:2375
61+ -e CONTAINER_MEMORY_LIMIT_BYTES=100000000
6162container_run_opts : >
6263 -d
6364 -P
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ container_envs: >
5454 -e S3_CONTEXT_RESOURCE_BUCKET={{ api_s3_context_bucket }}
5555 -e USER_CONTENT_DOMAIN={{ user_content_domain }}
5656 -e DOCKER_IMAGE_BUILDER_WEAVE_PATH={{ weave_path }}
57+ -e SWARM_HOST=http://{{ hostvars[groups['swarm-manager'][0]]['ansible_default_ipv4']['address'] }}:2375
58+ -e CONTAINER_MEMORY_LIMIT_BYTES=100000000
5759
5860container_run_opts : >
5961 -d
Original file line number Diff line number Diff line change 55- hosts : charon
66- hosts : rabbitmq
77- hosts : redis
8+ - hosts : swarm-manager
89
910- hosts : api
1011 vars_files :
You can’t perform that action at this time.
0 commit comments