From d388b6fd4b95f8957bed4fc30873dde7ef607475 Mon Sep 17 00:00:00 2001 From: Roman Semenov Date: Sat, 4 Jan 2020 00:58:54 +0700 Subject: [PATCH 1/2] Disable logging for nginx --- docker-compose.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c836333..ee8508c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -54,10 +54,8 @@ services: - vhost:/etc/nginx/vhost.d - html:/usr/share/nginx/html - certs:/etc/nginx/certs - labels: - co.elastic.logs/module: nginx - co.elastic.logs/fileset.stdout: access - co.elastic.logs/fileset.stderr: error + logging: + driver: none dockergen: image: poma/docker-gen @@ -84,4 +82,4 @@ volumes: vhost: html: certs: - redis: \ No newline at end of file + redis: From 6126511d630f087a02f3048de5d2a3aa01b73743 Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 12 Feb 2020 04:49:25 +0300 Subject: [PATCH 2/2] ORACLE_RPC_URL var for docker compose --- .env.example | 2 +- docker-compose.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 459ac8c..1190242 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ NET_ID=42 RPC_URL=https://kovan.infura.io -# ORACLE_RPC_URL should always point to mainnet +# ORACLE_RPC_URL should always point to the mainnet ORACLE_RPC_URL=https://mainnet.infura.io REDIS_URL=redis://127.0.0.1:6379 diff --git a/docker-compose.yml b/docker-compose.yml index ee8508c..4398985 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,6 +9,8 @@ services: LETSENCRYPT_HOST: example.duckdns.org NET_ID: 42 RPC_URL: https://kovan.infura.io + # ORACLE_RPC_URL should always point to the mainnet + ORACLE_RPC_URL: https://mainnet.infura.io # without 0x prefix PRIVATE_KEY: # 2.5 means 2.5% @@ -26,6 +28,8 @@ services: LETSENCRYPT_HOST: example2.duckdns.org NET_ID: 1 RPC_URL: https://mainnet.infura.io + # ORACLE_RPC_URL should always point to the mainnet + ORACLE_RPC_URL: https://mainnet.infura.io # without 0x prefix PRIVATE_KEY: # 2.5 means 2.5%