aboutsummaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docker: Add HEALTHCHECK to Dockerfile (#508)Marc2024-10-071-0/+4
| | | | | | | | | | | | | | | | | | | | i added the healthcheck to the AIO and legacy web container. checked on my AIO instance: ``` { "Status":"healthy", "FailingStreak":0, "Log":[ { "Start":"2024-10-07T21:23:19.83382568+02:00", "End":"2024-10-07T21:23:20.003640388+02:00", "ExitCode":0, "Output":"Connecting to 127.0.0.1:3000 (127.0.0.1:3000)\nremote file exists\n" } ] } ```
* docker: add Source Label to Dockerfile (#509)Marc2024-10-071-0/+2
| | | | | To get changelogs shown with Renovate a docker container has to add the source label described in the OCI Image Format Specification. For reference: https://github.com/renovatebot/renovate/blob/main/lib/modules/datasource/docker/readme.md
* build: Fix nextjs build after upgrading to 14.2MohamedBassem2024-09-211-1/+1
|
* docker: Change all images to be built from the same AIO baseMohamedBassem2024-07-281-83/+69
|
* build: Add an all-in-one containerMohamedBassem2024-07-211-0/+34
|
* feature: Full page archival with monolith. Fixes #132MohamedBassem2024-05-261-0/+1
|
* build(cli): Prepare for publishing CLI to npmMohamedBassem2024-04-241-4/+5
|
* fix(docker): Remove BUILDPLATFORM from DockerfileMohamedBassem2024-04-061-4/+4
|
* fix(cli): Don't download pnpm with every invocationMohamedBassem2024-04-021-3/+2
|
* docker: Move build args to the end for better cache hitsMohamedBassem2024-04-021-8/+9
|
* feature: Include server version in the admin UI. Fixes #66MohamedBassem2024-04-021-0/+9
|
* featuer: Introduce a new CLI for mass manipulation of bookmarksMohamedBassem2024-04-021-0/+19
|
* docker: Use external chrome docker containerMohamedBassem2024-03-241-9/+0
|
* docker: Fix multiplatform docker buildMohamedBassem2024-03-221-3/+3
|
* docker: Fix dockerfiles to adapt to the new repo structureMohamedBassem2024-03-141-10/+10
|
* docker: Run db migrations on web app startupMohamedBassem2024-02-271-1/+8
|
* build: Migrate from yarn to pnpmMohamedBassem2024-02-261-37/+28
|
* db: Migrate from prisma to drizzleMohamedBassem2024-02-231-7/+1
|
* build: Stop downloading puppeteer in github actionsMohamedBassem2024-02-221-1/+2
|
* docker: Add a docker-based dev environmentMohamedBassem2024-02-201-0/+99