Dockerfiles and docker-compose for GNOUS
Go to file
2023-03-03 10:18:04 +01:00
apaches Add websecure entrypoint to services + fix some middlewares issues 2023-02-06 12:32:05 +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.18.5 2023-03-03 10:18:04 +01:00
gitlab Add websecure entrypoint to services + fix some middlewares issues 2023-02-06 12:32:05 +01:00
matrix Add websecure entrypoint to services + fix some middlewares issues 2023-02-06 12:32:05 +01:00
mattermost [MM] Bump alpine to 3.17, MM to 7.7.1 and pass MM_VERSION arg in docker-compose 2023-02-13 11:05:56 +01:00
nextcloud Add websecure entrypoint to services + fix some middlewares issues 2023-02-06 12:32:05 +01:00
nginxs/docs Add websecure entrypoint to services + fix some middlewares issues 2023-02-06 12:32:05 +01:00
roundcube Add websecure entrypoint to services + fix some middlewares issues 2023-02-06 12:32:05 +01: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.