-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Material UI v4 Removed. Public Page working! * Removed unnecessary packages
- Loading branch information
1 parent
150f915
commit 8b798e0
Showing
23 changed files
with
85 additions
and
1,264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,29 +96,6 @@ services: | |
- celery_flower | ||
- rabbit | ||
|
||
pipelines: | ||
build: ./pipelines | ||
# Para executar os pipelines | ||
# Utilizar daemon.sh Para Executar automaticamente conforme sao criados no portal | ||
command: /app/daemon.sh | ||
# Utilizar sleep infinite Para Executar manualmente | ||
# command: /bin/sh -c "while sleep 1000; do :; done" | ||
network_mode: "host" | ||
volumes: | ||
- ./pipelines/src:/app/src | ||
- ./archive:/app/outputs | ||
environment: | ||
# Acesso ao DB de Catalogo e Administrativo, caso localhost não funcione utilizar o host.docker.internal. | ||
# Usando Localhost | ||
- DB_URI=postgresql+psycopg2://untrustedprod:untrusted@localhost:3307/prod_gavo | ||
- DB_URI_ADMIN=postgresql+psycopg2://tnouseradmindev:TnoDev405060@localhost:3307/tnodbdev | ||
# Usando host.docker.internal | ||
# - DB_URI=postgresql+psycopg2://untrustedprod:[email protected]:3307/prod_gavo | ||
# - DB_URI_ADMIN=postgresql+psycopg2://postgres:[email protected]:5432/postgres | ||
- USER=apptno | ||
- PARSL_ENV=local # PARSL_ENV define onde será o processamento: local ou linea (Slurm) | ||
- PREDICT_OUTPUTS=/app/outputs/predict_occultation | ||
|
||
predict_occultation: | ||
build: ./predict_occultation | ||
# Para executar os pipelines | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.