endersonmaia / totvs-protheus-docker

TOTVS Protheus Docker Images
36 stars 13 forks source link

Variavei de Ambiente #6

Open silfar opened 5 years ago

silfar commented 5 years ago

Onde configura essas variaveis ? É por um arquivo anv certo ? Mas não vi refencia a ele em nenhum dos arquivos.

silfar@falnix:~/dados/Projetos/docker/protheus12/appserver$ docker-compose up -d WARNING: The DBACCESS_SERVER variable is not set. Defaulting to a blank string. WARNING: The DBACCESS_ALIAS variable is not set. Defaulting to a blank string. WARNING: The DBACCESS_PORT variable is not set. Defaulting to a blank string. WARNING: The PROTHEUS_DATA_PATH variable is not set. Defaulting to a blank string. WARNING: The PROTHEUS_APO_PATH variable is not set. Defaulting to a blank string.

endersonmaia commented 5 years ago

Existe um arquivo env-sample no repositório, que pode ser usado como modelo.

Eu costumo renomeá-lo para .env, configuro os valores das variáveis de acordo, e uso o comando source .env para carregar as variáveis de ambiente, antes de executar o docker-compose up.

Isso poderia estar no README.md, tô aceitando pull request para melhorar a documentação 😉

endersonmaia commented 5 years ago

talvez até isso esteja com problemas, vide issue #4

a documentação além de incipiente, está desatualizada em relação ao projeto https://github.com/endersonmaia/totvs-dbaccess-docker