Browse Source

Declaro DATABASE en entrypoint.sh

main
Celestino Rey 10 months ago
parent
commit
04c43a2a98
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/config/entrypoint.sh

+ 1
- 0
src/config/entrypoint.sh View File

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


Loading…
Cancel
Save