mirror of
https://github.com/GrassrootsEconomics/cic-dw.git
synced 2026-05-14 10:38:43 +02:00
add: token syncer
core: - add koanf for runtime config loading - cicnet connection must dial else panic - add db connection init - add goyesql for convenient querying - add async tasker processor (scheduler, processor) dev: - add redis server to dev docker-compose - update volume to prune-able local
This commit is contained in:
@@ -8,6 +8,17 @@ services:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_DB=cic_dw
|
||||
volumes:
|
||||
- ./dev-data/postgres:/var/lib/postgresql/data
|
||||
- cic-dw-db:/var/lib/postgresql/data
|
||||
ports:
|
||||
- '5432:5432'
|
||||
redis:
|
||||
image: redis:6-alpine
|
||||
restart: unless-stopped
|
||||
network_mode: "host"
|
||||
command: redis-server --loglevel warning
|
||||
ports:
|
||||
- '6379:6379'
|
||||
|
||||
volumes:
|
||||
cic-dw-db:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user