WeatherStation/docker-compose.yml
2024-01-30 08:02:55 +01:00

13 lines
195 B
YAML

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