File size: 341 Bytes
6fb4ca0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
services:
  agent-api:
    container_name: structuring_ideas_agent
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "8000:8000"
    env_file:
      - .env
    networks:
      - structuring_ideas_agent-network

volumes:
  data:

networks:
  structuring_ideas_agent-network:
    name: structuring_ideas_agent-network