Skip to content

Commit

Permalink
Perf Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Jul 27, 2024
1 parent 6b5f1e9 commit ee08829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ENV OJ_LAB_SERVICE_ENV='production'
ENV DATABASE_DSN='user=postgres password=postgres host=host.docker.internal port=5432 dbname=oj_lab sslmode=disable TimeZone=Asia/Shanghai'
ENV REDIS_HOSTS='["host.docker.internal:6379"]'
ENV MINIO_ENDPOINT='http://host.docker.internal:9000'
ENV SERVICE_MODE="release"

EXPOSE 8080
CMD [ "web_server" ]

0 comments on commit ee08829

Please sign in to comment.