This commit is contained in:
parent
90e8b7272a
commit
0f545161d5
|
@ -16,6 +16,6 @@ RUN pip install poetry && poetry config virtualenvs.create false && poetry insta
|
|||
COPY . /app
|
||||
|
||||
# Expose the port
|
||||
EXPOSE 8000
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["python", "server.py"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
from os import environ
|
||||
|
||||
PORT = 8000
|
||||
PORT = 8080
|
||||
AUTH_URL = environ.get("AUTH_URL") or "https://auth.discours.io/graphql"
|
||||
STORJ_ACCESS_KEY = environ.get("STORJ_ACCESS_KEY")
|
||||
STORJ_SECRET_KEY = environ.get("STORJ_SECRET_KEY")
|
||||
|
|
Loading…
Reference in New Issue
Block a user