|
|
@@ -50,6 +50,7 @@ Les repositories suivants doivent être clônés dans les sous-répertoires suiv
|
|
|
| apps/app | [Voir le repository](https://gitlab.2iopenservice.com/opentalent/app) | git@gitlab.2iopenservice.com:opentalent/app.git |
|
|
|
| apps/app_v3 | [Voir le repository](https://gitlab.2iopenservice.com/opentalent/app_nuxt3) | git@gitlab.2iopenservice.com:opentalent/app_nuxt3.git |
|
|
|
| apps/app-doc | [Voir le repository](https://gitlab.2iopenservice.com/vincent/app-doc) | git@gitlab.2iopenservice.com:vincent/app-doc.git |
|
|
|
+| apps/site_logiciels | [Voir le repository](https://gitlab.2iopenservice.com/opentalent/site_logiciels) | git@gitlab.2iopenservice.com:opentalent/site_logiciels.git |
|
|
|
|
|
|
|
|
|
### Configurer le projet
|
|
|
@@ -93,7 +94,7 @@ Pour cela, ajouter les lignes suivantes à votre fichier `/etc/hosts`:
|
|
|
127.0.0.1 local.app.opentalent.fr # Docker 'app'
|
|
|
127.0.0.1 local.app-doc.opentalent.fr # Docker 'app-doc'
|
|
|
127.0.0.1 local.mercure.opentalent.fr # Docker 'mercure'
|
|
|
- 127.0.0.1 local.portail-v2.opentalent.fr # Docker 'portail-v2'
|
|
|
+ 127.0.0.1 local.logiciels.opentalent.fr # Docker 'logiciels'
|
|
|
127.0.0.1 local.maestro.opentalent.fr # Docker 'maestro'
|
|
|
127.0.0.1 local.nuxt_common.opentalent.fr # Docker 'nuxt_common'
|
|
|
|
|
|
@@ -294,11 +295,11 @@ Puis lancer :
|
|
|
yarn install
|
|
|
ln -s .env.docker .env
|
|
|
|
|
|
-#### Docker Poratil V2
|
|
|
+#### Docker Site Logiciels
|
|
|
|
|
|
Se connecter au docker:
|
|
|
|
|
|
- docker exec -it portail_v2 bash
|
|
|
+ docker exec -it site_logiciels bash
|
|
|
|
|
|
Puis lancer :
|
|
|
|
|
|
@@ -496,6 +497,12 @@ Héberge une instance phpdoc, qui permet ensuite de générer des documentations
|
|
|
|
|
|
TODO: à quoi il sert?
|
|
|
|
|
|
+#### (optionnel) Docker: `site_logiciels`
|
|
|
+
|
|
|
+Site internet présentant les logiciels de l'entreprise
|
|
|
+
|
|
|
+> Prod: logiciels.opentalent.fr
|
|
|
+
|
|
|
|
|
|
## Configuration du réseau
|
|
|
|
|
|
@@ -594,9 +601,9 @@ Ainsi configuré, le docker sera joignable sur le réseau interne à l'adresse `
|
|
|
| app | app | O | 172.20.2.2 | 3002:3000, 3003:3003 | local.app.opentalent.fr / 3002 | - |
|
|
|
| app_v3 | app_v3 | O | 172.20.2.3 | 3009:3000, 24678:24678 | local.app-v3.opentalent.fr / 3000 | - |
|
|
|
| frames | frames | O | 172.20.2.4 | 3004:3004, 3005:3005 | local.frames.opentalent.fr / 3004 | - |
|
|
|
-| agenda | agenda | O | 172.20.2.5 | 3007:3000, 24679:24679 | local.agenda.opentalent.fr / 3000 | - |
|
|
|
+| agenda | agenda | O | 172.20.2.5 | 3007:3000, 24679:24679 | local.agenda.opentalent.fr / 3000 | - |
|
|
|
| portail | portail | O | - | - | local.opentalent.fr | - |
|
|
|
-| portail_v2 | portail_v2 | O | 172.20.2.6 | 3010:3000, 24680:24680 | local.portail-v2.opentalent.fr / 3000 | - |
|
|
|
+| site_logiciels | site_logiciels | O | 172.20.2.6 | 3010:3000, 24680:24680 | local.logiciels.opentalent.fr / 3000 | - |
|
|
|
| typo3 | typo3 | O | 172.20.3.1 | - | local.sub.opentalent.fr | docker.sub.opentalent.fr, docker.sub.customdomain.fr |
|
|
|
| adminassos | adminassos | O | - | - | local.v59.opentalent.fr | - |
|
|
|
| metabase | metabase | O | - | - | local.metabase.opentalent.fr / 3000 | - |
|