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
65314d9f
Commit
65314d9f
authored
Apr 20, 2025
by
Gezer
Browse files
modified docker-compose.yaml
parent
88a3a19c
Changes
1
Show whitespace changes
Inline
Side-by-side
docker-compose.yaml
0 → 100644
View file @
65314d9f
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
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