test docker
This commit is contained in:
parent
9593ee02fa
commit
c67d171472
|
@ -13,7 +13,7 @@ services:
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
retries: 20
|
retries: 20
|
||||||
volumes:
|
volumes:
|
||||||
- ./back/.env:/app/.env
|
- ./env/back.env:/app/.env
|
||||||
networks:
|
networks:
|
||||||
- toinv-network
|
- toinv-network
|
||||||
image: ci.svs-tech.pro/toinv_back:latest
|
image: ci.svs-tech.pro/toinv_back:latest
|
||||||
|
@ -24,6 +24,8 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: toinv-front
|
container_name: toinv-front
|
||||||
restart: always
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ./env/front.env:/app/.env
|
||||||
expose:
|
expose:
|
||||||
- "3000"
|
- "3000"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -37,6 +39,8 @@ 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:
|
||||||
|
|
Loading…
Reference in New Issue