Skip to content

Commit

Permalink
playground settings
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeHanYeong committed Sep 20, 2024
1 parent 2810aaa commit 73c1277
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .deploy/gunicorn_local.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
daemon = False
chdir = "/Users/lhy/projects/home-server/django-quill-editor/playground"
bind = "0.0.0.0:8000"
workers = 1
threads = 1
timeout = 60
accesslog = "/tmp/gunicorn-access.log"
errorlog = "/tmp/gunicorn-error.log"
capture_output = True
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM python:3.10-slim
FROM python:3.12-slim

# Language, Timezone
ENV LANG C.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.deploy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM python:3.10-slim
FROM python:3.12-slim

# Language, Timezone
ENV LANG C.UTF-8
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
quill:
image: nginx:alpine
Expand Down

0 comments on commit 73c1277

Please sign in to comment.