Commit 65314d9f authored by Gezer's avatar Gezer
Browse files

modified docker-compose.yaml

No related merge requests found
Showing with 30 additions and 0 deletions
+30 -0
services:
mqtt-backend:
image: mqtt-influx-backend
container_name: mqtt-backend
build: ./mqtt
command: uv run -m mqtt_influx_backend.main
env_file:
- mqtt/.env
restart: unless-stopped
#depends_on:
# - influxdb
# - mosquitto
backend:
build: ./backend
ports:
- "8000:8000"
volumes:
- ./backend:/app
frontend:
build: ./frontend
ports:
- "5173:5173"
volumes:
- ./frontend:/app
stdin_open: true
tty: true
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment