Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
Some comments ended up on the wrong lines because of automatic
formatting.

Added the repo name at the beginning of the Dockerfile to avoid
confusion between the different repo Dockerfiles.
  • Loading branch information
laurigates committed Sep 29, 2023
1 parent f89ca08 commit 34c11e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# mittaridatapumppu-deviceregistry

FROM python:3.11-alpine

ENV PYTHONDONTWRITEBYTECODE 1
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ services:
# Device registry config
DJANGO_SETTINGS_MODULE: "deviceregistry.settings"
ALLOWED_HOSTS:
SECRET_KEY: # PostgreSQL config

SECRET_KEY:
# PostgreSQL config
DATABASE_HOST:
DATABASE_USER:
DATABASE_PASSWORD:
DATABASE_PORT: # Debug config

DATABASE_PORT:
# Debug config
DEBUG: 1
depends_on:
- db
Expand Down

0 comments on commit 34c11e3

Please sign in to comment.