add: docker compose

This commit is contained in:
ryana mittens 2024-09-06 10:24:10 +08:00
parent 9af7148720
commit b7906c7c19

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
services:
sparkle:
container_name: sparkle
image: sparkle:lastest
build:
context: .
dockerfile: Dockerfile
environment: # use .env
- FINNHUB_API_KEY=${FINNHUB_API_KEY}
restart: unless-stopped