From 2bc10c98d9278f84b901c6930ffe40e4aef3225d Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 4 Apr 2026 01:26:45 -0400 Subject: [PATCH] chore: remove build from compose, pull from registry only Co-Authored-By: Claude Sonnet 4.6 --- README.md | 10 ++-------- docker-compose.yml | 3 --- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2733b8d..4af30f4 100644 --- a/README.md +++ b/README.md @@ -68,16 +68,10 @@ Open [http://localhost:3000](http://localhost:3000). Navigate weeks with the ` The app uses Next.js standalone output. The SQLite database is stored in a Docker volume at `/app/data`. -#### Build and run locally +#### Run ```bash -docker compose up --build -``` - -Or pull from the registry and run: - -```bash -docker compose up +docker compose up -d ``` #### Seed the database inside the container diff --git a/docker-compose.yml b/docker-compose.yml index 07a41d5..6d4eb35 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,6 @@ services: web: image: gitea.thewrightserver.net/josh/sixflagssupercalendar:latest - build: - context: . - dockerfile: Dockerfile ports: - "3000:3000" volumes: