Dockerfiles and docker-compose for GNOUS
Go to file
2024-09-08 14:55:46 +02:00
apaches [MM] Sync testing 2024-02-13 13:05:48 +01:00
elastic Add websecure entrypoint to services + fix some middlewares issues 2023-02-06 12:32:05 +01:00
gitea [GITEA] Bump to 1.22.2 2024-09-08 14:55:46 +02:00
gitlab Add websecure entrypoint to services + fix some middlewares issues 2023-02-06 12:32:05 +01:00
matrix [Matrix] Bump Postgres to 13.14 2024-02-14 11:03:07 +01:00
mattermost [MM] Sync testing 2024-02-13 13:05:48 +01:00
nextcloud [NC] Bump app to 28.0.9 and onlyoffice to 8.1.3.2 2024-09-08 13:13:36 +02:00
nginxs/docs Add websecure entrypoint to services + fix some middlewares issues 2023-02-06 12:32:05 +01:00
roundcube [RC] Bump to 1.6.6 2024-02-14 11:49:28 +01:00
traefik [MM] Sync testing 2024-02-13 13:05:48 +01:00
wordpress-valpo Add websecure entrypoint to services + fix some middlewares issues 2023-02-06 12:32:05 +01: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.