Skip to content

Commit 704fe0c

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

16 files changed

Lines changed: 43 additions & 263 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/docker-compose.yml

Lines changed: 0 additions & 83 deletions
This file was deleted.

apisix/etcd/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
etcd-data:
34
name: 'etcd-data'

beszel/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
beszel-data:
34
name: 'beszel-data'

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: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
services:
23
proxy:
34
container_name: "growthbook-proxy"
@@ -18,12 +19,12 @@ 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:

mongo/docker-compose.yaml

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

0 commit comments

Comments
 (0)