Skip to content

Commit 3069d24

Browse files
committed
refactor: Code cleaning from audit
Signed-off-by: Vincent Boutour <[email protected]>
1 parent 445f751 commit 3069d24

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.editorconfig

-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ trim_trailing_whitespace = true
1010

1111
[{Makefile,*.go,go.mod}]
1212
indent_style = tab
13-
14-
[*.py]
15-
indent_size = 4

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
## Getting started
88

9-
Golang binary is built with static link. You can download it directly from the [Github Release page](https://github.com/ViBiOh/goweb/releases) or build it by yourself by cloning this repo and running `make`.
9+
Golang binary is built with static link. You can download it directly from the [GitHub Release page](https://github.com/ViBiOh/goweb/releases) or build it by yourself by cloning this repo and running `make`.
1010

1111
A Docker image is available for `amd64`, `arm` and `arm64` platforms on Docker Hub: [vibioh/goweb](https://hub.docker.com/r/vibioh/goweb/tags).
1212

1313
You can configure app by passing CLI args or environment variables (cf. [Usage](#usage) section). CLI override environment variables.
1414

15-
You'll find a Kubernetes exemple in the [`infra/`](infra/) folder, using my [`app chart`](https://github.com/ViBiOh/charts/tree/main/app)
15+
You'll find a Kubernetes exemple in the [`infra/`](infra) folder, using my [`app chart`](https://github.com/ViBiOh/charts/tree/main/app)
1616

1717
## CI
1818

docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ services:
1212
traefik.http.routers.goweb-https.tls: "true"
1313
traefik.http.routers.goweb-https.tls.certresolver: default
1414
traefik.http.services.goweb-service.loadbalancer.server.port: "1080"
15-
restart: on-failure:5
15+
restart: on-failure
1616
read_only: true
1717
cpu_shares: 128
1818
mem_limit: 25165824
1919
security_opt:
20-
- no-new-privileges
20+
- no-new-privileges

0 commit comments

Comments
 (0)