shamiimuhammad/NexGen-Support-Hero
0
1version: '3.8'2services:3 agent:4 build: .5 image: support-hero6 env_file:7 - .env8 volumes:9 - .:/app10 # If you later add a web port:11 # ports:12 # - "5001:5001"1version: '3.8'2services:3 agent:4 build: .5 image: support-hero6 env_file:7 - .env8 volumes:9 - .:/app10 # If you later add a web port:11 # ports:12 # - "5001:5001"