ned-kelly / docker-multicontainer-libretime

A multi-container deployment of the Libretime Radio Broadcast Server, PostgreSQL, Icecast2 & RabbitMQ, all based on Ubuntu Xenial & Alpine Linux!
56 stars 22 forks source link

Sub-dir for .env variables? #23

Open learning-more opened 5 years ago

learning-more commented 5 years ago

The Readme seems to infer that .env variables should be stored in a sub-directory:

CREATE A .env FILE AND ADD CONFIGURATION (see below for configuration options)

You can use the default configuration and skip this step if you are just testing.

vi docker-multicontainer-libretime/.env

However, the Readme doesn't specify to create this directory. Cloning the repository with the instructions in the Readme drops all the files in the /opt/libretime/ directory.

Should the .env file have the path: /opt/libretime/docker-multicontainer-libretime/.env or /opt/libretime/.env?

maydo commented 5 years ago

/opt/libretime/.env

put your env which you want to keep in this file