7def60a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: '3.6' services: api: image: quay.io/go-skynet/local-ai:latest build: context: ../../ dockerfile: Dockerfile ports: - 8080:8080 env_file: - ../../.env volumes: - ./models:/models:cached command: ["/usr/bin/local-ai"]