WeatherStation/docker-compose.yml
2024-01-29 16:46:01 +01:00

12 lines
188 B
YAML

version: '3'
services:
data-scraper:
build:
context: ./DataScraper
dockerfile: ./DOCKERFILE
web-gui:
build:
context: ./WebGui
dockerfile: ./DOCKERFILE