setup timer for create database.

This commit is contained in:
iamBadgers
2025-06-02 20:45:25 -07:00
parent f6fcf82eae
commit 9801ba4ba6
7 changed files with 52 additions and 48 deletions

View File

@@ -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: