Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ensalamento
ensalamento-back
Commits
34ccd692
Commit
34ccd692
authored
3 years ago
by
Rafael S Castilho
Browse files
Options
Download
Email Patches
Plain Diff
license part 1
parent
f8264c64
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
Dockerfile
+20
-0
Dockerfile
LICENSE
+0
-674
LICENSE
README.md
+20
-0
README.md
bin/ensalador
+1
-1
bin/ensalador
docker-compose.yml
+20
-0
docker-compose.yml
ensalamento-entrypoint.sh
+20
-0
ensalamento-entrypoint.sh
with
81 additions
and
675 deletions
+81
-675
Dockerfile
+
20
-
0
View file @
34ccd692
# Copyright (C) 2021 Centro de Computacao Cientifica e Software Livre
# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
# This file is part of ensalamento-back.
# ensalamento-back is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# ensalamento-back is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with ensalamento-back If not, see <https://www.gnu.org/licenses/>.
FROM
node:8.12-stretch
LABEL
maintainer="horstmannmat <mch15@inf.ufpr.br>"
...
...
This diff is collapsed.
Click to expand it.
LICENSE
deleted
100644 → 0
+
0
-
674
View file @
f8264c64
This diff is collapsed.
Click to expand it.
README.md
+
20
-
0
View file @
34ccd692
<!--
Copyright (C) 2021 Centro de Computacao Cientifica e Software Livre
Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
This file is part of ensalamento-back.
ensalamento-back is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
ensalamento-back is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with ensalamento-back If not, see
<https://www.gnu.org/licenses/>
. -->
# Ensalamento-back
## Getting Started
...
...
This diff is collapsed.
Click to expand it.
ensalador
@
0218b69b
Compare
38357795
...
0218b69b
Subproject commit
383577954bf310b817507cecfcea9048396c0fbb
Subproject commit
0218b69b045f5b0c11e1eb695d93735a314be66f
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
20
-
0
View file @
34ccd692
# Copyright (C) 2021 Centro de Computacao Cientifica e Software Livre
# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
# This file is part of ensalamento-back.
# ensalamento-back is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# ensalamento-back is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with ensalamento-back If not, see <https://www.gnu.org/licenses/>.
version
:
"
3"
# version matters, see https://docs.docker.com/compose/networking/
services
:
ensalamento-postgres
:
...
...
This diff is collapsed.
Click to expand it.
ensalamento-entrypoint.sh
+
20
-
0
View file @
34ccd692
# Copyright (C) 2021 Centro de Computacao Cientifica e Software Livre
# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
# This file is part of ensalamento-back.
# ensalamento-back is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# ensalamento-back is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with ensalamento-back If not, see <https://www.gnu.org/licenses/>.
#!/usr/bin/env bash
set
-e
...
...
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