From 89f68ba117217fcafe75872fff1e46605bf9dda5 Mon Sep 17 00:00:00 2001 From: João Vitor Rebouças Date: Wed, 13 Dec 2017 18:48:15 -0200 Subject: [PATCH] Adicionando pasta rancher e reorganizando repositório --- external-lb-docker.yml | 14 -------------- external-lb-rancher.yml | 92 -------------------------------------------------------------------------------------------- portal-docker.yml | 45 --------------------------------------------- portal-rancher.yml | 11 ----------- rancher/external-lb-docker.yml | 14 ++++++++++++++ rancher/external-lb-rancher.yml | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ rancher/portal-docker.yml | 45 +++++++++++++++++++++++++++++++++++++++++++++ rancher/portal-rancher.yml | 11 +++++++++++ rancher/tradutor-docker.yml | 39 +++++++++++++++++++++++++++++++++++++++ rancher/tradutor-rancher.yml | 11 +++++++++++ rancher/video-docker.yml | 44 ++++++++++++++++++++++++++++++++++++++++++++ rancher/video-rancher.yml | 11 +++++++++++ rancher/wikilibras-docker.yml | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ rancher/wikilibras-rancher.yml | 15 +++++++++++++++ tradutor-docker.yml | 39 --------------------------------------- tradutor-rancher.yml | 11 ----------- video-docker.yml | 44 -------------------------------------------- video-rancher.yml | 11 ----------- wikilibras-docker.yml | 72 ------------------------------------------------------------------------ wikilibras-rancher.yml | 15 --------------- 20 files changed, 354 insertions(+), 354 deletions(-) delete mode 100644 external-lb-docker.yml delete mode 100644 external-lb-rancher.yml delete mode 100644 portal-docker.yml delete mode 100644 portal-rancher.yml create mode 100644 rancher/external-lb-docker.yml create mode 100644 rancher/external-lb-rancher.yml create mode 100644 rancher/portal-docker.yml create mode 100644 rancher/portal-rancher.yml create mode 100644 rancher/tradutor-docker.yml create mode 100644 rancher/tradutor-rancher.yml create mode 100644 rancher/video-docker.yml create mode 100644 rancher/video-rancher.yml create mode 100644 rancher/wikilibras-docker.yml create mode 100644 rancher/wikilibras-rancher.yml delete mode 100644 tradutor-docker.yml delete mode 100644 tradutor-rancher.yml delete mode 100644 video-docker.yml delete mode 100644 video-rancher.yml delete mode 100644 wikilibras-docker.yml delete mode 100644 wikilibras-rancher.yml diff --git a/external-lb-docker.yml b/external-lb-docker.yml deleted file mode 100644 index ebe6405..0000000 --- a/external-lb-docker.yml +++ /dev/null @@ -1,14 +0,0 @@ -version: '2' -services: - lb-vlibras: - image: rancher/lb-service-haproxy:v0.6.2 - ports: - - 80:80/tcp - - 200:200/tcp - - 201:201/tcp - - 8080:8080/tcp - - 53306:53306/tcp - labels: - io.rancher.container.agent.role: environmentAdmin - io.rancher.container.create_agent: 'true' - io.rancher.scheduler.global: 'true' diff --git a/external-lb-rancher.yml b/external-lb-rancher.yml deleted file mode 100644 index c39e4de..0000000 --- a/external-lb-rancher.yml +++ /dev/null @@ -1,92 +0,0 @@ -version: '2' -services: - lb-vlibras: - start_on_create: true - lb_config: - certs: [] - port_rules: - - hostname: video.vlibras.gov.br - priority: 1 - protocol: http - service: video-portal/web - source_port: 80 - target_port: 8080 - - hostname: wiki.vlibras.gov.br - priority: 7 - protocol: http - service: wikilibras/web - source_port: 80 - target_port: 80 - - hostname: wiki.vlibras.gov.br - path: '' - priority: 8 - protocol: http - service: wikilibras/web - source_port: 200 - target_port: 200 - - hostname: wiki.vlibras.gov.br - priority: 9 - protocol: http - service: wikilibras/web - source_port: 201 - target_port: 201 - - hostname: api.videos.vlibras.gov.br - path: '' - priority: 10 - protocol: http - service: video/video - source_port: 8080 - target_port: 8080 - - hostname: api.videos.vlibras.gov.br - priority: 11 - protocol: http - service: video/video - source_port: 80 - target_port: 8080 - - priority: 12 - protocol: http - service: video-portal/web - source_port: 80 - target_port: 8080 - - priority: 13 - protocol: http - service: video/video - source_port: 8080 - target_port: 8080 - - hostname: dicionario.vlibras.gov.br - priority: 15 - protocol: http - service: Tradutor/api - source_port: 80 - target_port: 8080 - - hostname: traducao.vlibras.gov.br - priority: 16 - protocol: http - service: Tradutor/api - source_port: 80 - target_port: 8080 - - priority: 17 - protocol: tcp - service: video-portal/db - source_port: 53306 - target_port: 3306 - - hostname: dicionario.vlibras.gov.br - priority: 18 - protocol: http - service: video/rabbit - source_port: 8080 - target_port: 15672 - stickiness_policy: - cookie: lb-vlibras - domain: video.vlibras.gov.br - indirect: false - mode: insert - nocache: false - postonly: false - health_check: - healthy_threshold: 2 - response_timeout: 2000 - port: 42 - unhealthy_threshold: 3 - interval: 2000 - strategy: recreate diff --git a/portal-docker.yml b/portal-docker.yml deleted file mode 100644 index bec3280..0000000 --- a/portal-docker.yml +++ /dev/null @@ -1,45 +0,0 @@ -version: '2' -volumes: - portal_db: - external: true - driver: 'null' - portal_data: - external: true - driver: 'null' - portal_logs: - external: true - driver: 'null' -services: - web: - image: hub.docker.planejamento.gov.br/vlibras/portal:1.0.3 - environment: - DATABASE_DB: vlibrasvideo - DATABASE_HOST: db - DATABASE_PASSWORD: - DATABASE_USER: vlibrasuser - DOMAIN_NAME: video.vlibras.gov.br - VLIBRAS_API: api.videos.vlibras.gov.br:8080 - VLIBRAS_API_URL: http://api.videos.vlibras.gov.br:8080/api/ - volumes: - - portal_data:/vlibraslportal/ - - portal_logs:/myapp/log - links: - - db:db - - redis:redis - labels: - io.rancher.container.pull_image: always - db: - image: hub.docker.planejamento.gov.br/capgov/mysql:5.6 - environment: - MYSQL_DATABASE: vlibrasvideo - MYSQL_PASSWORD: - MYSQL_ROOT_PASSWORD: - MYSQL_USER: vlibrasuser - volumes: - - portal_db:/var/lib/mysql - command: - - --general-log=1 - redis: - image: hub.docker.planejamento.gov.br/capgov/redis:3.2.8 - command: - - /etc/redis/redis.conf diff --git a/portal-rancher.yml b/portal-rancher.yml deleted file mode 100644 index 632402c..0000000 --- a/portal-rancher.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: '2' -services: - web: - scale: 1 - start_on_create: true - db: - scale: 1 - start_on_create: true - redis: - scale: 1 - start_on_create: true diff --git a/rancher/external-lb-docker.yml b/rancher/external-lb-docker.yml new file mode 100644 index 0000000..ebe6405 --- /dev/null +++ b/rancher/external-lb-docker.yml @@ -0,0 +1,14 @@ +version: '2' +services: + lb-vlibras: + image: rancher/lb-service-haproxy:v0.6.2 + ports: + - 80:80/tcp + - 200:200/tcp + - 201:201/tcp + - 8080:8080/tcp + - 53306:53306/tcp + labels: + io.rancher.container.agent.role: environmentAdmin + io.rancher.container.create_agent: 'true' + io.rancher.scheduler.global: 'true' diff --git a/rancher/external-lb-rancher.yml b/rancher/external-lb-rancher.yml new file mode 100644 index 0000000..c39e4de --- /dev/null +++ b/rancher/external-lb-rancher.yml @@ -0,0 +1,92 @@ +version: '2' +services: + lb-vlibras: + start_on_create: true + lb_config: + certs: [] + port_rules: + - hostname: video.vlibras.gov.br + priority: 1 + protocol: http + service: video-portal/web + source_port: 80 + target_port: 8080 + - hostname: wiki.vlibras.gov.br + priority: 7 + protocol: http + service: wikilibras/web + source_port: 80 + target_port: 80 + - hostname: wiki.vlibras.gov.br + path: '' + priority: 8 + protocol: http + service: wikilibras/web + source_port: 200 + target_port: 200 + - hostname: wiki.vlibras.gov.br + priority: 9 + protocol: http + service: wikilibras/web + source_port: 201 + target_port: 201 + - hostname: api.videos.vlibras.gov.br + path: '' + priority: 10 + protocol: http + service: video/video + source_port: 8080 + target_port: 8080 + - hostname: api.videos.vlibras.gov.br + priority: 11 + protocol: http + service: video/video + source_port: 80 + target_port: 8080 + - priority: 12 + protocol: http + service: video-portal/web + source_port: 80 + target_port: 8080 + - priority: 13 + protocol: http + service: video/video + source_port: 8080 + target_port: 8080 + - hostname: dicionario.vlibras.gov.br + priority: 15 + protocol: http + service: Tradutor/api + source_port: 80 + target_port: 8080 + - hostname: traducao.vlibras.gov.br + priority: 16 + protocol: http + service: Tradutor/api + source_port: 80 + target_port: 8080 + - priority: 17 + protocol: tcp + service: video-portal/db + source_port: 53306 + target_port: 3306 + - hostname: dicionario.vlibras.gov.br + priority: 18 + protocol: http + service: video/rabbit + source_port: 8080 + target_port: 15672 + stickiness_policy: + cookie: lb-vlibras + domain: video.vlibras.gov.br + indirect: false + mode: insert + nocache: false + postonly: false + health_check: + healthy_threshold: 2 + response_timeout: 2000 + port: 42 + unhealthy_threshold: 3 + interval: 2000 + strategy: recreate diff --git a/rancher/portal-docker.yml b/rancher/portal-docker.yml new file mode 100644 index 0000000..bec3280 --- /dev/null +++ b/rancher/portal-docker.yml @@ -0,0 +1,45 @@ +version: '2' +volumes: + portal_db: + external: true + driver: 'null' + portal_data: + external: true + driver: 'null' + portal_logs: + external: true + driver: 'null' +services: + web: + image: hub.docker.planejamento.gov.br/vlibras/portal:1.0.3 + environment: + DATABASE_DB: vlibrasvideo + DATABASE_HOST: db + DATABASE_PASSWORD: + DATABASE_USER: vlibrasuser + DOMAIN_NAME: video.vlibras.gov.br + VLIBRAS_API: api.videos.vlibras.gov.br:8080 + VLIBRAS_API_URL: http://api.videos.vlibras.gov.br:8080/api/ + volumes: + - portal_data:/vlibraslportal/ + - portal_logs:/myapp/log + links: + - db:db + - redis:redis + labels: + io.rancher.container.pull_image: always + db: + image: hub.docker.planejamento.gov.br/capgov/mysql:5.6 + environment: + MYSQL_DATABASE: vlibrasvideo + MYSQL_PASSWORD: + MYSQL_ROOT_PASSWORD: + MYSQL_USER: vlibrasuser + volumes: + - portal_db:/var/lib/mysql + command: + - --general-log=1 + redis: + image: hub.docker.planejamento.gov.br/capgov/redis:3.2.8 + command: + - /etc/redis/redis.conf diff --git a/rancher/portal-rancher.yml b/rancher/portal-rancher.yml new file mode 100644 index 0000000..632402c --- /dev/null +++ b/rancher/portal-rancher.yml @@ -0,0 +1,11 @@ +version: '2' +services: + web: + scale: 1 + start_on_create: true + db: + scale: 1 + start_on_create: true + redis: + scale: 1 + start_on_create: true diff --git a/rancher/tradutor-docker.yml b/rancher/tradutor-docker.yml new file mode 100644 index 0000000..df35c29 --- /dev/null +++ b/rancher/tradutor-docker.yml @@ -0,0 +1,39 @@ +version: '2' +volumes: + tradutor_logs: + external: true + driver: 'null' + tradutor_rabbitmq: + external: true + driver: 'null' + core_db: + external: true + driver: 'null' + tradutor_storage: + external: true + driver: 'null' + tradutor_bd: + external: true + driver: 'null' +services: + mongo: + image: hub.docker.planejamento.gov.br/capgov/mongodb + volumes: + - tradutor_bd:/data/db + rabbit: + image: hub.docker.planejamento.gov.br/capgov/rabbitmq:3.6.9-1-management + volumes: + - tradutor_rabbitmq:/var/lib/rabbitmq + api: + image: hub.docker.planejamento.gov.br/vlibras/tradutor:1.1.1 + volumes: + - core_db:/home/vlibras/storage/ + - tradutor_logs:/home/vlibras/translate-api/logs + - tradutor_storage:/storage + links: + - rabbit:rabbit + - mongo:mongo + ports: + - 8081:8080/tcp + labels: + io.rancher.container.pull_image: always diff --git a/rancher/tradutor-rancher.yml b/rancher/tradutor-rancher.yml new file mode 100644 index 0000000..9d5d57f --- /dev/null +++ b/rancher/tradutor-rancher.yml @@ -0,0 +1,11 @@ +version: '2' +services: + mongo: + scale: 1 + start_on_create: true + rabbit: + scale: 1 + start_on_create: true + api: + scale: 2 + start_on_create: true diff --git a/rancher/video-docker.yml b/rancher/video-docker.yml new file mode 100644 index 0000000..d0504a0 --- /dev/null +++ b/rancher/video-docker.yml @@ -0,0 +1,44 @@ +version: '2' +volumes: + video_uploads: + external: true + driver: 'null' + video_bd: + external: true + driver: 'null' + videos_rabbitmq: + external: true + driver: 'null' + core_storage: + external: true + driver: 'null' + video_logs: + external: true + driver: 'null' + video_py_logs: + external: true + driver: 'null' +services: + mongo: + image: hub.docker.planejamento.gov.br/capgov/mongodb + volumes: + - video_bd:/data/db + rabbit: + image: hub.docker.planejamento.gov.br/capgov/rabbitmq:3.6.9-1-management + volumes: + - videos_rabbitmq:/var/lib/rabbitmq + video: + image: hub.docker.planejamento.gov.br/vlibras/video_container:1.0.2 + environment: + VLIBRAS_VIDEO_IP: api.videos.vlibras.gov.br + VLIBRAS_VIDEO_PORT: '8080' + volumes: + - core_storage:/storage/ + - video_logs:/home/vlibras/vlibras-api/logsystem/logs + - video_py_logs:/home/vlibras/log + - video_uploads:/home/vlibras/vlibras-api/uploads + links: + - mongo:mongo + - rabbit:rabbit + labels: + io.rancher.container.pull_image: always diff --git a/rancher/video-rancher.yml b/rancher/video-rancher.yml new file mode 100644 index 0000000..a3d19fe --- /dev/null +++ b/rancher/video-rancher.yml @@ -0,0 +1,11 @@ +version: '2' +services: + mongo: + scale: 1 + start_on_create: true + rabbit: + scale: 1 + start_on_create: true + video: + scale: 1 + start_on_create: true diff --git a/rancher/wikilibras-docker.yml b/rancher/wikilibras-docker.yml new file mode 100644 index 0000000..8509c30 --- /dev/null +++ b/rancher/wikilibras-docker.yml @@ -0,0 +1,72 @@ +version: '2' +volumes: + wikilibras_blender: + external: true + driver: 'null' + wikilibras-wikilibrasdbapi_public: + external: true + driver: 'null' + wikilibras_mongodb: + external: true + driver: 'null' + wikilibras-corretor_videos: + external: true + driver: 'null' + wikilibras-validador_videos: + external: true + driver: 'null' + wikilibras-wikilibrasv2_videos: + external: true + driver: 'null' + wikilibras_redis: + external: true + driver: 'null' + wikilibras-corretor_uploads: + external: true + driver: 'null' + wikilibras-wikilibrasv2_uploads: + external: true + driver: 'null' + wikilibras-core_users: + external: true + driver: 'null' + wikilibras_sinais: + external: true + driver: 'null' + wikilibras_avatar: + external: true + driver: 'null' + wikilibras_uploads: + external: true + driver: 'null' + wikilibras-validador_uploads: + external: true + driver: 'null' + wikilibras_apache2_logs: + external: true + driver: 'null' + wikilibras_postgresql: + external: true + driver: 'null' +services: + web: + image: hub.docker.planejamento.gov.br/vlibras/wikilibras:1.0.7 + stdin_open: true + volumes: + - wikilibras_postgresql:/var/lib/postgresql + - wikilibras_mongodb:/var/lib/mongodb + - wikilibras_redis:/var/lib/redis + - wikilibras_blender:/home/vlibras/container/wikilibrasdbapi/blender + - wikilibras_sinais:/home/vlibras/container/wikilibrasdbapi/sinais + - wikilibras_avatar:/home/vlibras/container/wikilibrasdbapi/avatar + - wikilibras_uploads:/home/vlibras/container/wikilibrasdbapi/uploads + - wikilibras_apache2_logs:/var/log/apache2 + - wikilibras-wikilibrasv2_videos:/home/vlibras/container/wikilibrasV2/view/videos + - wikilibras-corretor_videos:/home/vlibras/container/corretor_sinais/view/videos + - wikilibras-validador_videos:/home/vlibras/container/validador_sinais/view/videos + - wikilibras-wikilibrasv2_uploads:/home/vlibras/container/wikilibrasV2/view/uploads + - wikilibras-corretor_uploads:/home/vlibras/container/corretor_sinais/view/uploads + - wikilibras-validador_uploads:/home/vlibras/container/validador_sinais/view/uploads + - wikilibras-core_users:/home/vlibras/container/wikilibras-core/users + - wikilibras-wikilibrasdbapi_public:/home/vlibras/container/wikilibrasdbapi/public/users + tty: true diff --git a/rancher/wikilibras-rancher.yml b/rancher/wikilibras-rancher.yml new file mode 100644 index 0000000..734fec6 --- /dev/null +++ b/rancher/wikilibras-rancher.yml @@ -0,0 +1,15 @@ +version: '2' +services: + web: + scale: 1 + start_on_create: true + health_check: + healthy_threshold: 2 + response_timeout: 2000 + port: 80 + unhealthy_threshold: 3 + initializing_timeout: 1800000 + interval: 2000 + strategy: recreate + request_line: GET "http://wiki.vlibras.gov.br/pybossa/project/wikilibras/newtask" "HTTP/1.0" + reinitializing_timeout: 60000 diff --git a/tradutor-docker.yml b/tradutor-docker.yml deleted file mode 100644 index df35c29..0000000 --- a/tradutor-docker.yml +++ /dev/null @@ -1,39 +0,0 @@ -version: '2' -volumes: - tradutor_logs: - external: true - driver: 'null' - tradutor_rabbitmq: - external: true - driver: 'null' - core_db: - external: true - driver: 'null' - tradutor_storage: - external: true - driver: 'null' - tradutor_bd: - external: true - driver: 'null' -services: - mongo: - image: hub.docker.planejamento.gov.br/capgov/mongodb - volumes: - - tradutor_bd:/data/db - rabbit: - image: hub.docker.planejamento.gov.br/capgov/rabbitmq:3.6.9-1-management - volumes: - - tradutor_rabbitmq:/var/lib/rabbitmq - api: - image: hub.docker.planejamento.gov.br/vlibras/tradutor:1.1.1 - volumes: - - core_db:/home/vlibras/storage/ - - tradutor_logs:/home/vlibras/translate-api/logs - - tradutor_storage:/storage - links: - - rabbit:rabbit - - mongo:mongo - ports: - - 8081:8080/tcp - labels: - io.rancher.container.pull_image: always diff --git a/tradutor-rancher.yml b/tradutor-rancher.yml deleted file mode 100644 index 9d5d57f..0000000 --- a/tradutor-rancher.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: '2' -services: - mongo: - scale: 1 - start_on_create: true - rabbit: - scale: 1 - start_on_create: true - api: - scale: 2 - start_on_create: true diff --git a/video-docker.yml b/video-docker.yml deleted file mode 100644 index d0504a0..0000000 --- a/video-docker.yml +++ /dev/null @@ -1,44 +0,0 @@ -version: '2' -volumes: - video_uploads: - external: true - driver: 'null' - video_bd: - external: true - driver: 'null' - videos_rabbitmq: - external: true - driver: 'null' - core_storage: - external: true - driver: 'null' - video_logs: - external: true - driver: 'null' - video_py_logs: - external: true - driver: 'null' -services: - mongo: - image: hub.docker.planejamento.gov.br/capgov/mongodb - volumes: - - video_bd:/data/db - rabbit: - image: hub.docker.planejamento.gov.br/capgov/rabbitmq:3.6.9-1-management - volumes: - - videos_rabbitmq:/var/lib/rabbitmq - video: - image: hub.docker.planejamento.gov.br/vlibras/video_container:1.0.2 - environment: - VLIBRAS_VIDEO_IP: api.videos.vlibras.gov.br - VLIBRAS_VIDEO_PORT: '8080' - volumes: - - core_storage:/storage/ - - video_logs:/home/vlibras/vlibras-api/logsystem/logs - - video_py_logs:/home/vlibras/log - - video_uploads:/home/vlibras/vlibras-api/uploads - links: - - mongo:mongo - - rabbit:rabbit - labels: - io.rancher.container.pull_image: always diff --git a/video-rancher.yml b/video-rancher.yml deleted file mode 100644 index a3d19fe..0000000 --- a/video-rancher.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: '2' -services: - mongo: - scale: 1 - start_on_create: true - rabbit: - scale: 1 - start_on_create: true - video: - scale: 1 - start_on_create: true diff --git a/wikilibras-docker.yml b/wikilibras-docker.yml deleted file mode 100644 index 8509c30..0000000 --- a/wikilibras-docker.yml +++ /dev/null @@ -1,72 +0,0 @@ -version: '2' -volumes: - wikilibras_blender: - external: true - driver: 'null' - wikilibras-wikilibrasdbapi_public: - external: true - driver: 'null' - wikilibras_mongodb: - external: true - driver: 'null' - wikilibras-corretor_videos: - external: true - driver: 'null' - wikilibras-validador_videos: - external: true - driver: 'null' - wikilibras-wikilibrasv2_videos: - external: true - driver: 'null' - wikilibras_redis: - external: true - driver: 'null' - wikilibras-corretor_uploads: - external: true - driver: 'null' - wikilibras-wikilibrasv2_uploads: - external: true - driver: 'null' - wikilibras-core_users: - external: true - driver: 'null' - wikilibras_sinais: - external: true - driver: 'null' - wikilibras_avatar: - external: true - driver: 'null' - wikilibras_uploads: - external: true - driver: 'null' - wikilibras-validador_uploads: - external: true - driver: 'null' - wikilibras_apache2_logs: - external: true - driver: 'null' - wikilibras_postgresql: - external: true - driver: 'null' -services: - web: - image: hub.docker.planejamento.gov.br/vlibras/wikilibras:1.0.7 - stdin_open: true - volumes: - - wikilibras_postgresql:/var/lib/postgresql - - wikilibras_mongodb:/var/lib/mongodb - - wikilibras_redis:/var/lib/redis - - wikilibras_blender:/home/vlibras/container/wikilibrasdbapi/blender - - wikilibras_sinais:/home/vlibras/container/wikilibrasdbapi/sinais - - wikilibras_avatar:/home/vlibras/container/wikilibrasdbapi/avatar - - wikilibras_uploads:/home/vlibras/container/wikilibrasdbapi/uploads - - wikilibras_apache2_logs:/var/log/apache2 - - wikilibras-wikilibrasv2_videos:/home/vlibras/container/wikilibrasV2/view/videos - - wikilibras-corretor_videos:/home/vlibras/container/corretor_sinais/view/videos - - wikilibras-validador_videos:/home/vlibras/container/validador_sinais/view/videos - - wikilibras-wikilibrasv2_uploads:/home/vlibras/container/wikilibrasV2/view/uploads - - wikilibras-corretor_uploads:/home/vlibras/container/corretor_sinais/view/uploads - - wikilibras-validador_uploads:/home/vlibras/container/validador_sinais/view/uploads - - wikilibras-core_users:/home/vlibras/container/wikilibras-core/users - - wikilibras-wikilibrasdbapi_public:/home/vlibras/container/wikilibrasdbapi/public/users - tty: true diff --git a/wikilibras-rancher.yml b/wikilibras-rancher.yml deleted file mode 100644 index 734fec6..0000000 --- a/wikilibras-rancher.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: '2' -services: - web: - scale: 1 - start_on_create: true - health_check: - healthy_threshold: 2 - response_timeout: 2000 - port: 80 - unhealthy_threshold: 3 - initializing_timeout: 1800000 - interval: 2000 - strategy: recreate - request_line: GET "http://wiki.vlibras.gov.br/pybossa/project/wikilibras/newtask" "HTTP/1.0" - reinitializing_timeout: 60000 -- libgit2 0.21.2