From d940233bf17df544a647ea1ee7eefca5a8b9fb3f Mon Sep 17 00:00:00 2001 From: Roberta Takenaka Date: Mon, 23 Sep 2024 10:11:09 -0300 Subject: [PATCH 1/2] Renomeia `.production` para `.production-template` --- .envs/{.production => .production-template}/.django | 0 .envs/{.production => .production-template}/.minio | 0 .envs/{.production => .production-template}/.postgres | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .envs/{.production => .production-template}/.django (100%) rename .envs/{.production => .production-template}/.minio (100%) rename .envs/{.production => .production-template}/.postgres (100%) diff --git a/.envs/.production/.django b/.envs/.production-template/.django similarity index 100% rename from .envs/.production/.django rename to .envs/.production-template/.django diff --git a/.envs/.production/.minio b/.envs/.production-template/.minio similarity index 100% rename from .envs/.production/.minio rename to .envs/.production-template/.minio diff --git a/.envs/.production/.postgres b/.envs/.production-template/.postgres similarity index 100% rename from .envs/.production/.postgres rename to .envs/.production-template/.postgres From e904b399cc93f346985ecb89ed1f375a88a51497 Mon Sep 17 00:00:00 2001 From: Roberta Takenaka Date: Mon, 23 Sep 2024 10:12:08 -0300 Subject: [PATCH 2/2] Corrige a grafia de 'flower' --- production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production.yml b/production.yml index cbc9392d..8f6af04d 100644 --- a/production.yml +++ b/production.yml @@ -59,5 +59,5 @@ services: flower: <<: *django container_name: upload_production_flower - command: /start-flowe + command: /start-flower ports: [] \ No newline at end of file