Files
t6_mem0/examples/discord_bot/docker-compose.yml
2023-08-12 05:52:27 +05:30

11 lines
200 B
YAML

version: "3.9"
services:
backend:
container_name: embedchain_discord_bot
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
env_file:
- variables.env