c24ff2d c717ba7 c24ff2d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '3.8' services: app: build: . container_name: "cv_container" image: "cv-image" ports: - 7860:7860 volumes: - .:/code env_file: - .env