Skip to content

Commit

Permalink
update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wuminzhe committed Jun 27, 2024
1 parent b4d1026 commit 2560d8d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ services:
command: rake gen_supplies_data_loop
volumes:
- ./data:/usr/src/app/data
update_nominees:
build: .
env_file:
- .env
command: rake update_nominees_loop
volumes:
- ./data:/usr/src/app/data
update_staking:
build: .
env_file:
- .env
command: rake update_staking_data_loop
volumes:
- ./data:/usr/src/app/data
# update_nominees:
# build: .
# env_file:
# - .env
# command: rake update_nominees_loop
# volumes:
# - ./data:/usr/src/app/data
# update_staking:
# build: .
# env_file:
# - .env
# command: rake update_staking_data_loop
# volumes:
# - ./data:/usr/src/app/data
server:
build: .
env_file:
Expand Down

0 comments on commit 2560d8d

Please sign in to comment.