Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csbase-dev
sgarest-daemon
Commits
421b0092
Commit
421b0092
authored
Dec 22, 2020
by
Felipe Pina
Browse files
Atualiza documentação
parent
912d31c4
Pipeline
#69009
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
421b0092
...
...
@@ -186,8 +186,8 @@ $ docker build -f Docker/Dockerfile -t soma/sga .
docker run -d \
--rm \
-p 40100:40100 \
-v "$
{
WORKING_DIR
}
/data/projects
":/sgad/projects
\
-v "$
{WORKING_DIR}/data/algorithms"
:/sgad/algorithms
\
-v "$
{
WORKING_DIR
}
/data/projects
":/sgad/
data/
projects
\
-v "$
{WORKING_DIR}/data/algorithms"
:/sgad/
data/
algorithms
\
-e CSBASE_SERVER="http://csgrided:40500" \
-e SGAD_HOST="$
{
HOSTNAME
}
"
\
-e SGAD_PORT="40100" \
...
...
docs/index.rst
View file @
421b0092
...
...
@@ -447,7 +447,7 @@ Para a execução via Docker deve-se definir e mapear os seguintes volumes:
Área de projetos
/sgad/data/algorithms
Repositório de algoritmos
/sgad/logs
/sgad/
data/
logs
Diretório de logs
As seguintes variáveis de ambiente devem ser definidos no container:
...
...
@@ -497,6 +497,7 @@ Exemplo de script para iniciar um container Docker usando a imagem do SGA:
--name ${CONTAINER_NAME} \
--rm \
-p 40100:40100 \
-v "${WORKING_DIR}/data/logs":/sgad/data/logs \
-v "${WORKING_DIR}/data/projects":/sgad/data/projects \
-v "${WORKING_DIR}/data/algorithms":/sgad/data/algorithms \
-e CSBASE_SERVER="http://${HOSTNAME}:40500" \
...
...
Write
Preview
Supports
Markdown
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