setup timer for create database.
This commit is contained in:
@@ -6,7 +6,8 @@ networks:
|
||||
|
||||
services:
|
||||
cprush:
|
||||
image: potato
|
||||
# image: potato
|
||||
build: ./app
|
||||
networks:
|
||||
- cprush-net
|
||||
environment:
|
||||
@@ -15,6 +16,10 @@ services:
|
||||
- 3001:3001
|
||||
depends_on:
|
||||
- memcache
|
||||
loader:
|
||||
build: ./loader
|
||||
environment:
|
||||
- REPLAY_TIME=600
|
||||
memcache:
|
||||
image: memcached
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user