Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update new APIs for new backend #688

Merged
merged 6 commits into from
Apr 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update docker-compose.yml
  • Loading branch information
ashish-1600 committed Apr 19, 2024
commit f9f5e640a5a887700a85ce6688bc49789fe2037e
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
working_dir: "/app/"
volumes:
- "$SERVER_DATA_DIR:/data/"
env_file:
- .env
ports:
- 4300:4300
profiles: ["server"]
Expand All @@ -20,6 +22,8 @@ services:
working_dir: "/app/"
environment:
- NEXT_TELEMETRY_DISABLED=1
env_file:
- .env
ports:
- 3000:3000
profiles: ["server"]
Expand Down