Skip to content

Commit

Permalink
update zlv passwords
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Courivaud <[email protected]>
  • Loading branch information
rcourivaud committed Jan 9, 2025
1 parent 94a135f commit 797c16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/dagster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COPY analytics/dbt/ /opt/dagster/dbt/
WORKDIR $DAGSTER_HOME

# Setup Nginx configuration
RUN htpasswd -cb /etc/nginx/.htpasswd zlv zlv
RUN htpasswd -cb /etc/nginx/.htpasswd $DAGSTER_USERNAME $DAGSTER_PASSWORD
COPY .docker/dagster/nginx/nginx.conf /etc/nginx/sites-available/default

EXPOSE 8080 3000
Expand Down

0 comments on commit 797c16d

Please sign in to comment.