|
|
@@ -309,6 +309,29 @@ services:
|
|
|
depends_on:
|
|
|
- nginx
|
|
|
|
|
|
+ portail_v2:
|
|
|
+ hostname: portail_v2
|
|
|
+ container_name: portail_v2
|
|
|
+ build:
|
|
|
+ context: .
|
|
|
+ dockerfile: docker/portail_v2/Dockerfile
|
|
|
+ volumes:
|
|
|
+ - ./apps/portail_v2:/home/workspace:rw,cached
|
|
|
+ tty: true
|
|
|
+ ports:
|
|
|
+ - 3010:3000
|
|
|
+ - 24680:24680
|
|
|
+ environment:
|
|
|
+ - VIRTUAL_HOST=${PORTAIL_V2_VIRTUAL_HOST}
|
|
|
+ - VIRTUAL_PORT=${PORTAIL_V2_PORT}
|
|
|
+ - NODE_ENV=development
|
|
|
+ - HTTPS_METHOD=noredirect
|
|
|
+ networks:
|
|
|
+ network:
|
|
|
+ ipv4_address: 172.20.2.6
|
|
|
+ depends_on:
|
|
|
+ - nginx_new
|
|
|
+
|
|
|
typo3:
|
|
|
hostname: typo3
|
|
|
container_name: typo3
|
|
|
@@ -339,26 +362,26 @@ services:
|
|
|
depends_on:
|
|
|
- nginx
|
|
|
|
|
|
- adminassos:
|
|
|
- hostname: v59
|
|
|
- container_name: adminassos
|
|
|
- build:
|
|
|
- context: .
|
|
|
- dockerfile: docker/adminassos/Dockerfile
|
|
|
- args:
|
|
|
- - OS=${OS}
|
|
|
- restart: always
|
|
|
- volumes:
|
|
|
- - ./apps/opentalent:/var/source/opentalent:cached
|
|
|
- - useruploaddata:/var/www/opentalent/fileadmin/user_upload:cached
|
|
|
- - ./apps/vendor:/var/source/vendor:delegated
|
|
|
- - ./apps/opentalent-config:/var/source/config:cached
|
|
|
- environment:
|
|
|
- - VIRTUAL_HOST=${V59_VIRTUAL_HOST}
|
|
|
- networks:
|
|
|
- - network
|
|
|
- depends_on:
|
|
|
- - nginx
|
|
|
+ # adminassos:
|
|
|
+ # hostname: v59
|
|
|
+ # container_name: adminassos
|
|
|
+ # build:
|
|
|
+ # context: .
|
|
|
+ # dockerfile: docker/adminassos/Dockerfile
|
|
|
+ # args:
|
|
|
+ # - OS=${OS}
|
|
|
+ # restart: always
|
|
|
+ # volumes:
|
|
|
+ # - ./apps/opentalent:/var/source/opentalent:cached
|
|
|
+ # - useruploaddata:/var/www/opentalent/fileadmin/user_upload:cached
|
|
|
+ # - ./apps/vendor:/var/source/vendor:delegated
|
|
|
+ # - ./apps/opentalent-config:/var/source/config:cached
|
|
|
+ # environment:
|
|
|
+ # - VIRTUAL_HOST=${V59_VIRTUAL_HOST}
|
|
|
+ # networks:
|
|
|
+ # - network
|
|
|
+ # depends_on:
|
|
|
+ # - nginx
|
|
|
|
|
|
metabase:
|
|
|
hostname: metabase
|