Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Administrator
sensor_mvp
Commits
fcd48d5b
Commit
fcd48d5b
authored
Nov 24, 2025
by
Administrator
Browse files
fix: sensor-server port mismatch (8082 -> 8080)
parent
0cc3b161
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
fcd48d5b
...
...
@@ -46,7 +46,7 @@ services:
-
PORT=8080
-
GIN_MODE=release
ports
:
-
"
808
0
:8080"
-
"
808
2
:8080"
depends_on
:
-
postgres
-
redis
...
...
@@ -80,7 +80,7 @@ services:
-
REACT_APP_API_URL=http://sensor.geumdo.net/api
-
REACT_APP_WS_URL=ws://sensor.geumdo.net/ws
ports
:
-
"
300
0
:80"
-
"
300
1
:80"
depends_on
:
-
sensor-server
networks
:
...
...
@@ -93,4 +93,4 @@ volumes:
networks
:
sensor-network
:
driver
:
bridge
\ No newline at end of file
driver
:
bridge
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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