all repos — well-binge @ 527bc0d67ffcc6df6b6ed3188b096fb2a5bd48e9

Create positive, recurring habits.

update docker stuff
Marco Andronaco andronacomarco@gmail.com
Sun, 13 Oct 2024 02:37:36 +0200
commit

527bc0d67ffcc6df6b6ed3188b096fb2a5bd48e9

parent

c54c853f0992ba1c02d4023e77965d844a5091b5

3 files changed, 8 insertions(+), 13 deletions(-)

jump to
M DockerfileDockerfile

@@ -14,7 +14,7 @@ COPY src ./src

COPY *.go ./ # Build -RUN CGO_ENABLED=0 go build -trimpath -o /dist/app +RUN CGO_ENABLED=0 go build -trimpath -o /dist/well-binge # Test

@@ -30,4 +30,4 @@ COPY static ./static

COPY templates ./templates COPY --from=builder /dist . -ENTRYPOINT ["./app"] +ENTRYPOINT ["./well-binge"]
M README.mdREADME.md

@@ -1,11 +1,6 @@

-# auth-boilerplate +# well-binge -This web-app features: -* a working folder-based file structure, -* a basic authentication service, -* a basic SMTP implementation, -* a Dockerfile for convenience, -* a GitHub workflow to create packages. +Create positive habits, get reminders, quit addictions. ## Environment

@@ -26,4 +21,4 @@

## License -auth-boilerplate is licensed under MIT. +well-binge is licensed under MIT.
M docker-compose.yamldocker-compose.yaml

@@ -1,10 +1,10 @@

-name: app +name: well-binge services: app: build: . - image: ghcr.io/birabittoh/auth-boilerplate:main - container_name: app + image: ghcr.io/birabittoh/well-binge:main + container_name: well-binge restart: unless-stopped env_file: .env ports: