Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inclui novas variáveis de ambiente. #196

Merged
merged 20 commits into from
Dec 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
c71c32a
Muda descricao de OPAC_CACHE_ENABLED
samuelveigarangel Oct 14, 2024
1ec1cd0
Muda nome de arquivo de monitoramento para um nome mais generico
samuelveigarangel Oct 14, 2024
b51f7f6
Inclui variaveis faltantes
samuelveigarangel Oct 14, 2024
fd17533
Merge branch 'master' into issue-184
samuelveigarangel Nov 7, 2024
ff66c41
Adiciona novas variaveis de ambiente conforme default.py
samuelveigarangel Nov 11, 2024
353ea54
Insere variaveis removidas
samuelveigarangel Nov 11, 2024
e4340c1
Insere novos caminhos dos arquivos de variavel de ambiente
samuelveigarangel Nov 11, 2024
29bd2e4
Volta com os caminhos antigos das variaveis de ambiente
samuelveigarangel Nov 13, 2024
a35636c
Inclui variaveis de ambiente em THUMBNAIL_HEIGHT e THUMBNAIL_WIDTH
samuelveigarangel Nov 13, 2024
49f5a7c
Adiciona novas variaveis de ambiente
samuelveigarangel Nov 13, 2024
a19056f
Adiciona novos caminhos de arquivos de variavel de ambiente aos servi…
samuelveigarangel Nov 13, 2024
10350c2
Move variaves de social-media para .flask
samuelveigarangel Nov 26, 2024
45fe2a1
remove OPAC_FORCE_USE_HTTPS_GOOGLE_TAGS
samuelveigarangel Nov 26, 2024
1e366ef
Atribui valor em OPAC_SESSION_COOKIE_DOMAIN
samuelveigarangel Nov 26, 2024
561dec8
Set value for opac_mongodb_host
samuelveigarangel Nov 26, 2024
5709d5c
Remove value for opac_server_name e OPAC_SESSION_COOKIE_DOMAIN
samuelveigarangel Nov 26, 2024
1f1f66f
Remove OPAC_SEND_FILE_MAX_AGE_DEFAULT e OPAC_CACHE_CONTROL_MAX_AGE_HE…
samuelveigarangel Nov 26, 2024
8269e1f
Remove None de user e pass
samuelveigarangel Nov 26, 2024
7df7246
Update
samuelveigarangel Nov 26, 2024
dadc97c
Inclui novas variaveis
samuelveigarangel Dec 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ services:
expose:
- "8000"
env_file:
- ./.envs/.production/.flask
- ./.envs/.production/.redis
- ./.envs/.production/.monitoring
- ./.envs/.production/.metrics
- ./.envs/.production-template/.flask
- ./.envs/.production-template/.redis
- ./.envs/.production-template/.monitoring-apm
- ./.envs/.production-template/.metrics
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samuelveigarangel manter .production

Copy link
Member

@robertatakenaka robertatakenaka Nov 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samuelveigarangel o .envs/.production-template é para que ao baixar não sobrescreva o .envs/.production existente


nginx:
image: nginx:latest
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.