From e4352f27fa7806957f7257f8094eb590f2e49665 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 7 Aug 2025 13:14:47 +0000 Subject: [PATCH] removed nginx volume mount from dev and staging ym; --- .env | 2 +- docker-compose.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.env b/.env index 4768ec8..a9bca83 100644 --- a/.env +++ b/.env @@ -2,4 +2,4 @@ CORS_ALLOWED_ORIGINS=https://dev1.aptivaai.com,http://34.16.120.118:3000,http:// SERVER1_PORT=5000 SERVER2_PORT=5001 SERVER3_PORT=5002 -IMG_TAG=acc1c56-202508071135 \ No newline at end of file +IMG_TAG=69fce4f-202508071311 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index de50fe8..a1a5098 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -119,7 +119,6 @@ services: networks: [default, aptiva-shared] ports: ["80:80", "443:443"] volumes: - - ./build:/usr/share/nginx/html:ro - ./nginx.conf:/etc/nginx/nginx.conf:ro - /etc/letsencrypt:/etc/letsencrypt:ro - ./empty:/etc/nginx/conf.d