Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel2
Web
Commits
239df3d8
Commit
239df3d8
authored
Apr 20, 2025
by
Gezer
Browse files
cleaned repo
parent
c900606b
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
deleted
100644 → 0
View file @
c900606b
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
mqtt/mqtt_stuff_goes_here.txt
deleted
100644 → 0
View file @
c900606b
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment