Skip to content

Commit

Permalink
fix: remove hardcoded database environment variables from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young committed Dec 24, 2024
1 parent 99b021e commit b3ff4eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY . .

ENV DB_HOST=localhost \
DB_PORT=3306 \
DB_USER=root \
DB_PASSWORD=password \
DB_NAME=mydb

EXPOSE 8000

HEALTHCHECK --interval=30s --timeout=3s --start-period=30s --retries=3 \
Expand Down

0 comments on commit b3ff4eb

Please sign in to comment.