Files
lisho/docker-compose.yml
T
Hykilpikonna 9b257fb8db [+] docker
2022-08-15 17:20:55 -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.0
environment:
- GOOGLE_API_KEY="Your key here"
build: .