test docker
This commit is contained in:
parent
c67d171472
commit
ad36e16f93
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue