Ver código fonte

Declaro DATABASE en entrypoint.sh

Celestino Rey 1 ano atrás
pai
commit
04c43a2a98
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/config/entrypoint.sh

+ 1 - 0
src/config/entrypoint.sh

@@ -1,5 +1,6 @@
 #!/bin/bash
 RUN_PORT="8000"
+DATABASE=postgres
 SQL_HOST=postgresql
 SQL_PORT=5432