kanban-go (production)
Published 2026-02-19 13:46:02 -05:00 by colin
Installation
docker pull git.nixc.us/nixius/kanban-go:productionsha256:c5cc73d520f7e2a0c2dde47e1249d556149dd1c776a83d882209a41d384a38a8Image Layers
| ADD alpine-minirootfs-3.18.12-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| WORKDIR /app |
| RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit |
| COPY /app/todolist . # buildkit |
| COPY /app/templates ./templates # buildkit |
| COPY /app/assets ./assets # buildkit |
| COPY /app/migrations ./migrations # buildkit |
| ENV DATABASE_PATH=/data/kanban.db |
| ENV PORT=8080 |
| EXPOSE map[8080/tcp:{}] |
| VOLUME [/data] |
| CMD ["./todolist"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | kanban-go |
| com.docker.compose.service | kanban |
| com.docker.compose.version | 2.40.3 |
Details
2026-02-19 13:46:02 -05:00
Versions (1)
View all
Container
38
OCI / Docker
linux/amd64
22 MiB
production
2026-02-19