refactor valkey into objects with health check
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
context: ./
|
||||
dockerfile: ./algo/Dockerfile
|
||||
volumes:
|
||||
- /home/ubuntu/data:/home/ubuntu/data:rw # Read-write access to data
|
||||
- /home/ubuntu/logs:/home/ubuntu/logs:rw # Read-write access to data
|
||||
- /root/data:/root/data:rw # Read-write access to data
|
||||
- /root/logs:/root/logs:rw # Read-write access to data
|
||||
- ./:/algo_local_drive:rw # Read-write access to data
|
||||
network_mode: "host"
|
||||
|
||||
Reference in New Issue
Block a user