Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Raquel Cristina Schaly Behrens
expert-bee
Commits
66f10b3b
Commit
66f10b3b
authored
1 month ago
by
Raquel Cristina Schaly Behrens
Browse files
Options
Download
Email Patches
Plain Diff
Update docker-compose.yml, backend/server.pl
parent
dce601f4
main
Pipeline
#13801
passed with stages
in 3 minutes and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/server.pl
+3
-2
backend/server.pl
docker-compose.yml
+2
-2
docker-compose.yml
with
5 additions
and
4 deletions
+5
-4
backend/server.pl
View file @
66f10b3b
...
...
@@ -27,7 +27,8 @@ handle_options(Request) :-
:-
initialization
main
.
main
:-
server
(
6358
).
server
(
6358
),
thread_get_message
(
_
).
server
(
Port
)
:-
http_server
(
http_dispatch
,
[
port
(
Port
),
allow_cors
(
true
)]).
...
...
@@ -155,4 +156,4 @@ extract_question_number(File, Number) :-
sub_string
(
File
,
Start
,
Length
,
_
,
'questao_'
),
AfterPrefix
is
Start
+
Length
,
sub_string
(
File
,
AfterPrefix
,
_
,
3
,
NumberString
),
% Extrai o número antes do '.pl'
atom_number
(
NumberString
,
Number
).
% Converte para número.
\ No newline at end of file
atom_number
(
NumberString
,
Number
).
% Converte para número.
This diff is collapsed.
Click to expand it.
docker-compose.yml
View file @
66f10b3b
...
...
@@ -11,7 +11,7 @@ services:
volumes
:
-
./backend:/app
environment
:
VITE_FRONTEND_URL
:
"
http://
expertbee.ufsc.br
"
VITE_FRONTEND_URL
:
"
http://
localhost:5173
"
frontend
:
build
:
...
...
@@ -25,7 +25,7 @@ services:
depends_on
:
-
backend
environment
:
VITE_BACKEND_URL
:
"
http://
expertbee.ufsc.br
"
VITE_BACKEND_URL
:
"
http://
localhost
"
nginx
:
build
:
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help