Skip to content

Commit

Permalink
Merge pull request #58 from zaanposni/release/1.15.1
Browse files Browse the repository at this point in the history
added api-analytics
  • Loading branch information
zaanposni authored Nov 10, 2024
2 parents db0b0aa + 1790165 commit 71c4fc9
Show file tree
Hide file tree
Showing 6 changed files with 886 additions and 12 deletions.
7 changes: 3 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ TWITCH_CLIENT_SECRET=
MYSQL_DATABASE=psaggregator
MYSQL_ROOT_PASSWORD=psaggregator

LEGAL_URL=
KOFI_USERNAME=zaanposni

OPENAI_API_KEY=

INSTAGRAM_USERNAME=
Expand All @@ -24,6 +21,8 @@ TWITTER_LIST_ID=

YOUTUBE_API_KEY=

LEGAL_URL=
KOFI_USERNAME=zaanposni
SVELTEKIT_SENTRY_DSN=

UMAMI_ID=
API_ANALYTICS_KEY=
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
image: ghcr.io/zaanposni/psaggregator_frontend:latest
environment:
- PRIVATE_DATABASE_URL=${DATABASE_URL}
- PRIVATE_API_ANALYTICS_KEY=${API_ANALYTICS_KEY}
- PUBLIC_LEGAL_URL=${LEGAL_URL}
- PUBLIC_UMAMI_ID=${UMAMI_ID}
- PUBLIC_KOFI_USERNAME=${KOFI_USERNAME}
Expand Down
2 changes: 1 addition & 1 deletion src/psaggregator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ RUN npm run build

EXPOSE 3000
ENV NODE_ENV=production
CMD npx prisma migrate deploy --schema ./src/config/schema.prisma && node build
CMD npx prisma migrate deploy --schema ./src/config/schema.prisma && node server.js
Loading

0 comments on commit 71c4fc9

Please sign in to comment.