|
|
@@ -220,7 +220,7 @@ services:
|
|
|
- ./apps/app-v3:/home/workspace:rw,cached
|
|
|
tty: true
|
|
|
ports:
|
|
|
- - 3006:3000
|
|
|
+ - 3009:3000
|
|
|
- 24678:24678
|
|
|
environment:
|
|
|
- VIRTUAL_HOST=${APP_V3_VIRTUAL_HOST}
|
|
|
@@ -256,6 +256,29 @@ services:
|
|
|
depends_on:
|
|
|
- nginx_new
|
|
|
|
|
|
+ frames_v3:
|
|
|
+ hostname: frames_v3
|
|
|
+ container_name: frames_v3
|
|
|
+ build:
|
|
|
+ context: .
|
|
|
+ dockerfile: docker/frames_v3/Dockerfile
|
|
|
+ volumes:
|
|
|
+ - ./apps/frames_v3:/home/workspace:rw,cached
|
|
|
+ tty: true
|
|
|
+ ports:
|
|
|
+ - 3007:3000
|
|
|
+ - 24679:24679
|
|
|
+ environment:
|
|
|
+ - VIRTUAL_HOST=${FRAMES_V3_VIRTUAL_HOST}
|
|
|
+ - VIRTUAL_PORT=${FRAMES_V3_PORT}
|
|
|
+ - NODE_ENV=development
|
|
|
+ - HTTPS_METHOD=noredirect
|
|
|
+ networks:
|
|
|
+ network:
|
|
|
+ ipv4_address: 172.20.2.5
|
|
|
+ depends_on:
|
|
|
+ - nginx_new
|
|
|
+
|
|
|
portail:
|
|
|
hostname: portail
|
|
|
container_name: portail
|