Dockerfiles and docker-compose for GNOUS
Go to file
2021-07-20 17:19:44 +02:00
apaches Add maintenance service 2021-07-20 17:19:41 +02:00
elastic reset 2021-05-09 22:07:17 +02:00
gitea [Gitea] Upgrade Postgres to 13.3 2021-07-20 17:19:43 +02:00
gitlab reset 2021-05-09 22:07:17 +02:00
mattermost [MM] Bump to 5.33.3 2021-07-20 17:19:42 +02:00
nextcloud reset 2021-05-09 22:07:17 +02:00
roundcube [Roundcube] Put back environment variables 2021-07-20 17:19:44 +02:00
traefik reset 2021-05-09 22:07:17 +02:00
wordpress-valpo reset 2021-05-09 22:07:17 +02:00
.gitignore reset 2021-05-09 22:07:17 +02:00
README.md reset 2021-05-09 22:07:17 +02:00

Docker

Dockerfiles and Docker-compose for GNOUS services

How to launch the services

  1. Copy .env.example as .env in the service directory and set the variables as you need
  2. Copy the *.secrets.example as *.secrets in the secrets/ directory of the service directory and set the variable as you need
  3. Uncomment the env_file configuration option when needed
  4. Launch the services

Depending on the service, you might need to have a few more things to do.