Files
lisho/docker-compose.yml
T
Hykilpikonna 4077eb969f [F] Fix docker
2022-08-15 17:29:53 -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.1
environment:
- GOOGLE_API_KEY="Your key here"
build: .