Skip to content

Commit

Permalink
Update Dockerfile.deploy (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
himynamesdave authored Dec 5, 2024
1 parent 9d0097e commit b695c63
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ ENV POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
ENV ARANGODB_PASSWORD=${ARANGODB_PASSWORD}

ENV CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP=1
ENV CELERY_BROKER_URL='redis://host.docker.internal:6379/3'
ENV CELERY_BROKER_URL=redis://host.docker.internal:6379/3
ENV MAX_PAGE_SIZE=50
ENV DEFAULT_PAGE_SIZE=50
ENV INPUT_TOKEN_LIMIT=12500
ENV USE_S3_STORAGE=1
ENV CTIBUTLER_HOST='http://37.27.208.239:8006'
ENV VULMATCH_HOST='http://37.27.208.239:8005'
ENV HISTORY4FEED_URL='http://host.docker.internal:8002/'
ENV CTIBUTLER_HOST=http://37.27.208.239:8006
ENV VULMATCH_HOST=http://37.27.208.239:8005
ENV HISTORY4FEED_URL=http://host.docker.internal:8002/
ENV ARANGODB_USERNAME=obstracts
ENV ARANGODB_HOST_URL='http://host.docker.internal:8529'
ENV ARANGODB_HOST_URL=http://host.docker.internal:8529
ENV POSTGRES_USER=obstracts
ENV POSTGRES_DB='obstracts_database'
ENV POSTGRES_HOST='host.docker.internal'
ENV R2_ENDPOINT_URL='https://34fe0652772b226d5f06050bf5050738.r2.cloudflarestorage.com'
ENV POSTGRES_DB=obstracts_database
ENV POSTGRES_HOST=host.docker.internal
ENV R2_ENDPOINT_URL=https://34fe0652772b226d5f06050bf5050738.r2.cloudflarestorage.com

WORKDIR /usr/src/app
COPY requirements.txt ./
Expand Down

0 comments on commit b695c63

Please sign in to comment.