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

Wagmi can start in docker #7

Merged
merged 2 commits into from
Nov 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Some of the above works, some is incomplete. I ripped this code out of another p
## Either run it locally...

1. run it: ./manage.py runserver
2. go to: https://localhost:8000/wagmi/ and login.
2. go to: https://localhost:8080/wagmi/ and login.

## Or, run with docker-compose

Expand All @@ -46,7 +46,7 @@ Some of the above works, some is incomplete. I ripped this code out of another p
2.1 docker-compose -f trading-server.yml up -d
2.2 docker-compose -f trading-server.yml exec django python manage.py createsuperuser

3. go to: https://localhost:8000/wagmi/ and login.
3. go to: https://localhost:8080/wagmi/ and login.

## Contributing

Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ pandas_market_calendars
pyEX

psycopg2-binary

# Exchanges:
ciso8601
ftx
Empty file modified wagmi/start.sh
100644 → 100755
Empty file.