Dockerfiles and docker-compose for GNOUS
Go to file
thopic 60e3c82ca7
[RC] Bump to 1.6.2
* Roll back on roundcube/roundcubemail image since roundcubeorg/roundcubemail disappeared...
* Remove step which disappeared from https://github.com/roundcube/roundcubemail-docker#building-a-docker-image
2023-08-09 14:15:02 +02: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.2 2023-08-09 13:57:28 +02:00
gitlab Add websecure entrypoint to services + fix some middlewares issues 2023-02-06 12:32:05 +01:00
matrix [Postgre] Make use of labels for monitoring + bump to last minor version 2023-05-26 17:06:36 +02:00
mattermost [MM] Bump to 8.0.1 2023-08-09 11:41:36 +02:00
nextcloud [NC] Bump to 25.0.9 2023-08-09 11:42:45 +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.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.