test docker
This commit is contained in:
parent
c67d171472
commit
ad36e16f93
|
@ -39,8 +39,6 @@ services:
|
||||||
image: ci.svs-tech.pro/nginx:1.25
|
image: ci.svs-tech.pro/nginx:1.25
|
||||||
container_name: toinv-nginx
|
container_name: toinv-nginx
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
|
||||||
- ./env/docker.env:/app/.env
|
|
||||||
ports:
|
ports:
|
||||||
- "${WEB_PORT}:80"
|
- "${WEB_PORT}:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -50,6 +48,7 @@ services:
|
||||||
- back:back
|
- back:back
|
||||||
- front:front
|
- front:front
|
||||||
volumes:
|
volumes:
|
||||||
|
- ./env/docker.env:/app/.env
|
||||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||||
- ./nginx/conf.d:/etc/nginx/conf.d
|
- ./nginx/conf.d:/etc/nginx/conf.d
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue