test docker

This commit is contained in:
Kseninia Mikhaylova 2024-07-23 09:51:52 +03:00
parent c67d171472
commit ad36e16f93
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,6 @@ services:
image: ci.svs-tech.pro/nginx:1.25
container_name: toinv-nginx
restart: always
volumes:
- ./env/docker.env:/app/.env
ports:
- "${WEB_PORT}:80"
depends_on:
@ -50,6 +48,7 @@ services:
- back:back
- front:front
volumes:
- ./env/docker.env:/app/.env
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/conf.d:/etc/nginx/conf.d
networks: