update docker stuff
Marco Andronaco andronacomarco@gmail.com
Sun, 13 Oct 2024 02:37:36 +0200
3 files changed,
8 insertions(+),
13 deletions(-)
M
Dockerfile
→
Dockerfile
@@ -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.md
→
README.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.yaml
→
docker-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: