Dockerfiles and docker-compose for GNOUS
Go to file
2022-12-22 01:06:27 +01:00
apaches [PHP] Bump to 7.4.32 2022-10-23 19:02:54 +02:00
elastic [ES] Bump to 8.4.3 2022-10-23 22:38:06 +02:00
gitea [GITEA] Bump to 1.17.4 2022-12-22 01:06:27 +01:00
gitlab reset 2021-05-09 22:07:17 +02:00
matrix [matrix] Bump postgre to 13.9 2022-11-29 11:37:12 +01:00
mattermost [MM] Bump to 7.5.1 2022-11-27 12:40:05 +01:00
nextcloud [NC] Bump to 24.0.8 2022-12-20 00:18:32 +01:00
nginxs/docs Add docs service 2022-01-17 10:01:48 +01:00
roundcube [RC] Switch to roundcubeorg/roundcubemail image (still on 1.6.0) 2022-12-14 16:30:11 +01: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.