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
d9d40ee9
You need to sign in or sign up before continuing.
Commit
d9d40ee9
authored
Apr 20, 2025
by
Gezer
Browse files
deleted old compose.yml
parent
65314d9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
deleted
100644 → 0
View file @
65314d9f
version
:
'
3.9'
services
:
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