0ae3f27
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: "3.9" services: backend: container_name: embedchain_api restart: unless-stopped build: context: . dockerfile: Dockerfile env_file: - variables.env ports: - "5000:5000" volumes: - .:/usr/src/api