Dockerfiles and docker-compose for GNOUS
Go to file
2024-02-08 10:01:47 +01:00
apaches [PHP] Bump to 7.4.33 + install intl php ext 2023-08-09 12:34:53 +02:00
elastic Add websecure entrypoint to services + fix some middlewares issues 2023-02-06 12:32:05 +01:00
gitea [GITEA] Bump to 1.20.5 2023-10-06 13:00:57 +02:00
gitlab Add websecure entrypoint to services + fix some middlewares issues 2023-02-06 12:32:05 +01:00
matrix [MATRIX] Add signal bridge 2023-10-31 17:12:42 +01:00
mattermost [MM] Bump to 8.0.1 2023-08-09 11:41:36 +02:00
nextcloud Sync time 2024-02-08 10:01:47 +01: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.2 2023-08-09 14:15:02 +02:00
traefik [traefik] update compose volume mounts 2023-02-06 10:53:58 +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.