Skip to content

Commit 2286169

Browse files
committed
add alpha_to_tao shovel to docker compose
1 parent e2cfbd8 commit 2286169

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docker-compose.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,28 @@ services:
221221
- 'host.docker.internal:host-gateway'
222222
tty: true
223223

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+
224246
# shovel_balance_map:
225247
# build:
226248
# context: ./scraper_service

0 commit comments

Comments
 (0)