12 lines
217 B
YAML
12 lines
217 B
YAML
version: '3.3'
|
|
services:
|
|
lisho:
|
|
container_name: lisho
|
|
restart: always
|
|
ports:
|
|
- '14792:8000'
|
|
image: hykilpikonna/lisho:1.0.0
|
|
environment:
|
|
- GOOGLE_API_KEY="Your key here"
|
|
build: .
|