sparkle/docker-compose.yml
2024-09-06 02:56:59 +00:00

16 lines
300 B
YAML

services:
sparkle:
container_name: sparkle
build:
context: .
dockerfile: Dockerfile
environment: # use .env
- FINNHUB_API_KEY=${FINNHUB_API_KEY}
restart: unless-stopped
networks:
- yanacloud
networks:
yanacloud:
external: true
name: yanacloud