12 lines
192 B
YAML
12 lines
192 B
YAML
version: '3.5'
|
|
|
|
services:
|
|
lot:
|
|
container_name: Lot
|
|
build:
|
|
context: .
|
|
dockerfile: ./Docker/Dockerfile
|
|
image: silvrtree-lot
|
|
volumes:
|
|
- ./data_store:/app/data
|