Skip to content
Snippets Groups Projects
Commit ffee0ef4 authored by Elian Loraux's avatar Elian Loraux
Browse files

Change documentation

parent ac746190
No related branches found
No related tags found
1 merge request!1Separate all variable
COMPOSE_FILE=docker-compose.yml:traefik.yml COMPOSE_FILE=docker-compose.yml:traefik.yml
HOST=gitlab.societe-informatique-de-france.fr HOST=gitlab.DOMAINE.FR
TZ=Europe/Paris TZ=Europe/Paris
#EMAIL #EMAIL
GITLAB_MAIL=gitlab@societe-informatique-de-france.fr GITLAB_MAIL=gitlab@DOMAINE.FR
SMTP_ADRESS=ssl0.ovh.net SMTP_ADRESS=ADRESS_OF_SMTP #ssl0.ovh.net FOR ovh
SMTP_PASS=GITLAB_MAIL_SECRET_PASSWORD SMTP_PASS=GITLAB_MAIL_SECRET_PASSWORD
SMTP_DOMAINE=societe-informatique-de-france.fr SMTP_DOMAINE=DOMAINE.FR
...@@ -5,14 +5,10 @@ Le `docker-compose.yml` contenant des mots de passes n'est pas inclus dans ce d ...@@ -5,14 +5,10 @@ Le `docker-compose.yml` contenant des mots de passes n'est pas inclus dans ce d
## Installation ## Installation
``` ```
cp docker-compose.yml.sample docker-compose.yml cp .env.sample .env
``` ```
Puis éditer ce fichier et changer : Puis éditer ce fichier et changer toutes les variables
+ Toutes les variables en .FQDN
+ Les informations d'envoi de mail
+ L'IP de traefik
Puis faire `docker-compose up` Puis faire `docker-compose up`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment