Skip to content

Commit

Permalink
Merge pull request #103 from stuartmaxwell/docker_compose_build
Browse files Browse the repository at this point in the history
Update docker-compose to build locally
  • Loading branch information
stuartmaxwell authored Oct 7, 2024
2 parents 34a6512 + 5b210e3 commit d13d983
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
app:
image: ghcr.io/stuartmaxwell/stuartm.nz:latest
build: .
entrypoint: /app/entrypoint.sh
command: uv run --no-cache gunicorn --worker-tmp-dir /dev/shm --workers=2 --worker-class=gthread --bind 0.0.0.0:8000 config.wsgi
user: "1000"
Expand All @@ -25,9 +25,3 @@ services:
- "SENTRY_ENVIRONMENT=${SENTRY_ENVIRONMENT}"
- "SENTRY_DSN=${SENTRY_DSN}"
- "SENTRY_TRACES_SAMPLE_RATE=${SENTRY_TRACES_SAMPLE_RATE}"
- "BLOG_TITLE=${BLOG_TITLE}"
- "POST_PREFIX=${POST_PREFIX}"
- "POST_PERMALINK=${POST_PERMALINK}"
- "ARCHIVES_PATH_ENABLED=${ARCHIVES_PATH_ENABLED}"
- "ARCHIVES_PATH=${ARCHIVES_PATH}"
- "DATE_ARCHIVES_ENABLED=${DATE_ARCHIVES_ENABLED}"

0 comments on commit d13d983

Please sign in to comment.