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
|
from python
|
||||||
|
|
||||||
|
RUN apt-get -y install libpq-dev
|
||||||
|
|
||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
RUN pip install -r 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
|
- fooder
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
platform: linux/amd64
|
|
||||||
|
|
||||||
api:
|
api:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -24,7 +23,6 @@ services:
|
||||||
- fooder
|
- fooder
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
platform: linux/amd64
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./fooder:/opt/fooder/fooder
|
- ./fooder:/opt/fooder/fooder
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -3,7 +3,7 @@ pydantic
|
||||||
sqlalchemy[postgresql_asyncpg]
|
sqlalchemy[postgresql_asyncpg]
|
||||||
uvicorn[standard]
|
uvicorn[standard]
|
||||||
asyncpg
|
asyncpg
|
||||||
psycopg2-binary
|
psycopg2-binary==2.9.3
|
||||||
python-jose[cryptography]
|
python-jose[cryptography]
|
||||||
passlib[bcrypt]
|
passlib[bcrypt]
|
||||||
fastapi-users
|
fastapi-users
|
||||||
|
|
Loading…
Reference in a new issue