We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cfbd8 commit 2286169Copy full SHA for 2286169
docker-compose.yml
@@ -221,6 +221,28 @@ services:
221
- 'host.docker.internal:host-gateway'
222
tty: true
223
224
+ shovel_alpha_to_tao:
225
+ build:
226
+ context: ./scraper_service
227
+ dockerfile: ./shovel_alpha_to_tao/Dockerfile
228
+ container_name: shovel_alpha_to_tao
229
+ depends_on:
230
+ clickhouse:
231
+ condition: service_started
232
+ env_file:
233
+ - .env
234
+ logging:
235
+ driver: 'json-file'
236
+ options:
237
+ max-size: '10m'
238
+ max-file: '3'
239
+ networks:
240
+ - app_network
241
+ restart: on-failure
242
+ extra_hosts:
243
+ - 'host.docker.internal:host-gateway'
244
+ tty: true
245
+
246
# shovel_balance_map:
247
# build:
248
# context: ./scraper_service
0 commit comments