Files
AiDA_Python/docker-compose.yml

9 lines
213 B
YAML
Raw Normal View History

2024-03-20 11:44:15 +08:00
version: "3"
services:
2024-03-26 14:33:00 +08:00
trinity_aida_local:
image: "trinity_client_aida_local:latest"
container_name: trinity_aida_local
2024-03-20 11:44:15 +08:00
volumes:
2024-03-20 12:07:43 +08:00
- ./trinity_client_aida:/trinity
2024-03-20 11:44:15 +08:00
ports:
2024-03-26 14:33:00 +08:00
- "10201:4562"