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