support arm
This commit is contained in:
parent
d7f27a763d
commit
03d1bcb40b
4 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
from python
|
||||
|
||||
RUN apt-get -y install libpq-dev
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
|
|
1
Readme.md
Normal file
1
Readme.md
Normal file
|
@ -0,0 +1 @@
|
|||
# FOODER
|
|
@ -12,7 +12,6 @@ services:
|
|||
- fooder
|
||||
env_file:
|
||||
- .env
|
||||
platform: linux/amd64
|
||||
|
||||
api:
|
||||
restart: unless-stopped
|
||||
|
@ -24,7 +23,6 @@ services:
|
|||
- fooder
|
||||
env_file:
|
||||
- .env
|
||||
platform: linux/amd64
|
||||
volumes:
|
||||
- ./fooder:/opt/fooder/fooder
|
||||
ports:
|
||||
|
|
|
@ -3,7 +3,7 @@ pydantic
|
|||
sqlalchemy[postgresql_asyncpg]
|
||||
uvicorn[standard]
|
||||
asyncpg
|
||||
psycopg2-binary
|
||||
psycopg2-binary==2.9.3
|
||||
python-jose[cryptography]
|
||||
passlib[bcrypt]
|
||||
fastapi-users
|
||||
|
|
Loading…
Reference in a new issue