This commit is contained in:
Cryptoval2 2025-04-06 01:21:40 +00:00
parent b78304b620
commit 9bebe14e40

View File

@ -34,19 +34,3 @@ services:
- "6379:6379"
volumes:
- ./data/redis:/data
# test_program:
# image: your_test_program_image:latest
# container_name: test_program
# environment:
# - REDIS_HOST=redis
# volumes:
# - ./config:/shared/config
# - ./logs:/shared/logs
# depends_on:
# - market_data_gateway
# - redis
# volumes:
# redis_data: