Files
mqtt_creator/docker-compose.yaml
tom 2c71062a5b
All checks were successful
mqtt_creator/pipeline/head This commit looks good
CHANGE: docker port for enviroment varialbes
2024-06-28 21:59:13 +01:00

7 lines
142 B
YAML

services:
mqtt_creator:
image: git.letsstein.de/tom/mqtt_creator:latest
restart: unless-stopped
ports:
- "${PORT}:80"