Files
douwco_thuisbatterij_simulator/docker-compose.yml
2026-04-24 12:34:29 +02:00

11 lines
149 B
YAML

version: '3.8'
services:
web:
build:
context: .
dockerfile: Dockerfile
ports:
- "5000:5000"
restart: unless-stopped