CHANGE: docker compose to run with portainer git
All checks were successful
mqtt_creator/pipeline/head This commit looks good

This commit is contained in:
2024-06-28 21:56:30 +01:00
parent 42f908653e
commit 1d6011ca85

7
docker.-compose.yaml Normal file
View File

@@ -0,0 +1,7 @@
services:
mqtt_creator:
image: git.letsstein.de/tom/mqtt_creator:latest
restart: unless-stopped
ports:
- ${PORT}: 80