Skip to content

Commit

Permalink
Un-comment fetch & fetch-background
Browse files Browse the repository at this point in the history
  • Loading branch information
melsawy committed Jun 30, 2021
1 parent 16778dd commit 470c58e
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,32 +238,32 @@ services:
DEPLOY_ENV: local
networks:
- dev
# fetch:
# volumes:
# - "./fetch:/app"
# depends_on:
# - fetch-background
# build: fetch
# ports:
# - "9292:9292"
# env_file:
# - fetch/.env_file
# command: start_server
# networks:
# - dev
# fetch-background:
# volumes:
# - "./fetch:/app"
# depends_on:
# - elasticsearch
# - kibana
# - redis
# build: fetch
# env_file:
# - fetch/.env_file
# command: run_worker
# networks:
# - dev
fetch:
volumes:
- "./fetch:/app"
depends_on:
- fetch-background
build: fetch
ports:
- "9292:9292"
env_file:
- fetch/.env_file
command: start_server
networks:
- dev
fetch-background:
volumes:
- "./fetch:/app"
depends_on:
- elasticsearch
- kibana
- redis
build: fetch
env_file:
- fetch/.env_file
command: run_worker
networks:
- dev
mark:
build: check-mark
volumes:
Expand Down

0 comments on commit 470c58e

Please sign in to comment.