Skip to content

Commit 0357860

Browse files
wax911Copilot
andcommitted
Update .github/workflows/docker-lint.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e7f141d commit 0357860

19 files changed

Lines changed: 62 additions & 45 deletions

File tree

.github/workflows/docker-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
set -euo pipefail
2727
files=$(git ls-files "**/docker-compose*.yml" "**/docker-compose*.yaml" || true)
2828
if [ -n "$files" ]; then
29-
echo "$files" | xargs yamllint || true
29+
echo "$files" | xargs yamllint
3030
else
3131
echo "No compose files found"
3232
fi

anitrend/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
services:
23
django-server:
34
image: ghcr.io/anitrend/anitrend:0.6.1

apisix/api-dashboard/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
services:
23
apisix_dashboard:
34
container_name: "apisix-dashobard"

apisix/api-gateway/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
volumes:
23
cache:
34
name: apisix-cache
@@ -35,4 +36,3 @@ networks:
3536
default:
3637
name: traefik
3738
external: true
38-

apisix/etcd/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
volumes:
23
etcd-data:
34
name: 'etcd-data'
@@ -11,7 +12,7 @@ services:
1112
image: bitnami/etcd:3.6.4
1213
networks:
1314
- default
14-
env_file:
15+
env_file:
1516
- .env
1617
volumes:
1718
- etcd-data:/bitnami/etcd
@@ -21,8 +22,7 @@ services:
2122
max-size: "10m"
2223
max-file: "3"
2324

24-
2525
networks:
2626
default:
2727
name: traefik
28-
external: true
28+
external: true

beszel/docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
volumes:
23
beszel-data:
34
name: 'beszel-data'
@@ -41,7 +42,7 @@ services:
4142
volumes:
4243
- beszel-socket:/beszel_socket
4344
- /var/run/docker.sock:/var/run/docker.sock:ro
44-
env_file:
45+
env_file:
4546
- .env
4647
logging:
4748
options:
@@ -51,4 +52,4 @@ services:
5152
networks:
5253
default:
5354
name: traefik
54-
external: true
55+
external: true

growthbook/dashboard/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
volumes:
23
uploads:
34
name: 'growthbook_dashboard-uploads'

growthbook/proxy/docker-compose.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
services:
23
proxy:
34
container_name: "growthbook-proxy"
@@ -18,14 +19,14 @@ services:
1819
options:
1920
max-size: "10m"
2021
max-file: "3"
21-
#healthcheck:
22-
# test: ['CMD', 'curl', '-f', 'http://localhost:${PORT}/healthcheck']
23-
# interval: 20s
24-
# timeout: 5s
25-
# retries: 3
26-
# start_period: 10s
22+
# healthcheck:
23+
# test: ['CMD', 'curl', '-f', 'http://localhost:${PORT}/healthcheck']
24+
# interval: 20s
25+
# timeout: 5s
26+
# retries: 3
27+
# start_period: 10s
2728

2829
networks:
2930
default:
3031
name: traefik
31-
external: true
32+
external: true

mongo/docker-compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
volumes:
23
mongo-data:
34
name: mongo_mongo-data
@@ -28,4 +29,4 @@ services:
2829
networks:
2930
default:
3031
name: traefik
31-
external: true
32+
external: true

observability/grafana/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
volumes:
23
grafana-data:
34
name: 'grafana-data'
@@ -27,7 +28,9 @@ services:
2728
max-size: "10m"
2829
max-file: "3"
2930

31+
3032
networks:
3133
default:
3234
name: traefik
3335
external: true
36+

0 commit comments

Comments
 (0)