removed nginx volume mount from dev and staging ym;

This commit is contained in:
Josh 2025-08-07 13:14:47 +00:00
parent e37584f3c4
commit e4352f27fa
2 changed files with 1 additions and 2 deletions

2
.env
View File

@ -2,4 +2,4 @@ CORS_ALLOWED_ORIGINS=https://dev1.aptivaai.com,http://34.16.120.118:3000,http://
SERVER1_PORT=5000 SERVER1_PORT=5000
SERVER2_PORT=5001 SERVER2_PORT=5001
SERVER3_PORT=5002 SERVER3_PORT=5002
IMG_TAG=acc1c56-202508071135 IMG_TAG=69fce4f-202508071311

View File

@ -119,7 +119,6 @@ services:
networks: [default, aptiva-shared] networks: [default, aptiva-shared]
ports: ["80:80", "443:443"] ports: ["80:80", "443:443"]
volumes: volumes:
- ./build:/usr/share/nginx/html:ro
- ./nginx.conf:/etc/nginx/nginx.conf:ro - ./nginx.conf:/etc/nginx/nginx.conf:ro
- /etc/letsencrypt:/etc/letsencrypt:ro - /etc/letsencrypt:/etc/letsencrypt:ro
- ./empty:/etc/nginx/conf.d - ./empty:/etc/nginx/conf.d