Skip to content

Commit 86e7e82

Browse files
committed
smol fix
1 parent 56655da commit 86e7e82

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

dashboard.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ ENV REDIS_URL=redis://localhost
4343
ENV DATABASE_URL=postgres://localhost
4444
ENV CLICKHOUSE_URL=https://localhost
4545
ENV NEXT_PUBLIC_API_URL=https://localhost
46-
46+
ENV HOSTNAME=0.0.0.0
4747
# Expose port
4848
EXPOSE 3000
49+
4950
WORKDIR /app/apps/dashboard
5051
# Start API
5152
CMD ["bun", "run", "start"]

infrastructure/deploy/deploy-databuddy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
vars:
88
working_dir_name: "databuddy-app"
99
version: "{{version | default('latest')}}"
10-
api_host: beta-api.databyddy.cc
10+
api_host: beta-api.databuddy.cc
1111
basket_host: beta-basket.databuddy.cc
1212
dashboard_host: beta-app.databuddy.cc
1313

0 commit comments

Comments
 (0)