sparkle/docker-compose.yml

17 lines
300 B
YAML
Raw Normal View History

2024-09-06 02:24:10 +00:00
services:
sparkle:
container_name: sparkle
build:
context: .
dockerfile: Dockerfile
environment: # use .env
- FINNHUB_API_KEY=${FINNHUB_API_KEY}
2024-09-06 02:56:59 +00:00
restart: unless-stopped
networks:
- yanacloud
networks:
yanacloud:
external: true
name: yanacloud