From 58e6ccfda62bbe36e47992c96d18717212e15d57 Mon Sep 17 00:00:00 2001 From: Redume Date: Mon, 3 Mar 2025 09:07:13 +0300 Subject: [PATCH] chore: change config name --- docker-compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fa60175..36146cf 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -24,7 +24,7 @@ services: - '3000:3000' volumes: - './CertSSL:/CertSSL' - - './config.yaml:/config.yaml' + - './config.hjson:/config.hjson' depends_on: - postgres @@ -36,7 +36,7 @@ services: - '3030:3030' volumes: - './CertSSL:/CertSSL' - - './config.yaml:/config.yaml' + - './config.hjson:/config.hjson' depends_on: postgres: condition: service_healthy @@ -50,7 +50,7 @@ services: - '3050:3050' volumes: - './CertSSL:/CertSSL' - - './config.yaml:/config.yaml' + - './config.hjson:/config.hjson' docs: build: @@ -63,7 +63,7 @@ services: dockerfile: Dockerfile-collect-currency restart: unless-stopped volumes: - - './config.yaml:/config.yaml' + - './config.hjson:/config.hjson' depends_on: - postgres