docker/README.md

13 lines
500 B
Markdown
Raw Normal View History

2021-05-09 22:07:17 +02:00
# Docker
Dockerfiles and Docker-compose for [GNOUS](https://www.gnous.fr) 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.