Files
lisho/docker-compose.yml
2022-08-17 02:15:51 -04:00

12 lines
217 B
YAML

version: '3.3'
services:
lisho:
container_name: lisho
restart: always
ports:
- '14792:8000'
image: hykilpikonna/lisho:1.0.4
environment:
- GOOGLE_API_KEY="Your key here"
build: .