Skip to content

Commit

Permalink
chore: new release (#132)
Browse files Browse the repository at this point in the history
* feat: remove unused variables

* fix: update openapi client

* fix: temporary update to rankings page

* fix: frontend version showing unknown

* fix: lint
  • Loading branch information
AyushSehrawat authored Oct 18, 2024
1 parent a3f898b commit 5c5cde5
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 337 deletions.
4 changes: 1 addition & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
BACKEND_URL=http://localhost:8080
DIALECT=sqlite # or postgres
DATABASE_URL=/path/to/media.db # or postgres://user:password@localhost:5432/media
BACKEND_URL=http://localhost:8080
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ services:
environment:
- ORIGIN=http://localhost:3000 # No trailing slash, read more below
- BACKEND_URL=http://127.0.0.1:8080 # No trailing slash, read more below
- DIALECT=sqlite # or postgres
- DATABASE_URL=/path/to/media.db # or postgres://user:password@localhost:5432/media
- TZ=America/New_York
ports:
- '3000:3000'
2 changes: 0 additions & 2 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ else
fi

export BACKEND_URL=${BACKEND_URL}
export DIALECT=${DIALECT}
export DATABASE_URL=${DATABASE_URL}
exec "$@"
Loading

0 comments on commit 5c5cde5

Please sign in to comment.