From dff50ecf95f470ded6ba5af187b3c22ea55b6018 Mon Sep 17 00:00:00 2001 From: Giuliano Ignacio Poeta Date: Thu, 11 Apr 2024 12:10:32 -0300 Subject: [PATCH] =?UTF-8?q?Se=20arreglo=20la=20generaci=C3=B3n=20del=20con?= =?UTF-8?q?tenedor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + compose.yaml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f76208c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +docker/volumes/ \ No newline at end of file diff --git a/compose.yaml b/compose.yaml index 9bd3b20..6950ba8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,10 +1,9 @@ version: "3.8" -name: $mysql +name: mysql services: base: &base container_name: ${CONTAINER_NAME}-db image: mysql:${MYSQL_VERSION} - env_file: .env environment: - TZ=America/Argentina/Buenos_Aires restart: always