Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit dcef58d

Browse files
committed
Use docker compose instead of docker-compose
1 parent 4a6bbe0 commit dcef58d

File tree

6 files changed

+12
-30
lines changed

6 files changed

+12
-30
lines changed

.github/workflows/build_branch.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,8 @@ jobs:
127127
name: Set Image
128128
run: "sed -i 's|image: lycheeorg/lychee|image: lycheeorg/lychee:testing-${{ github.run_id }}|' docker-compose.yml"
129129
-
130-
name: Install docker-compose
131-
run: "sudo apt install docker-compose"
132-
-
133-
name: Run docker-compose
134-
run: 'docker-compose up -d && sleep 45 && docker-compose ps && curl -sSw "%{stderr}%{http_code}" http://localhost:90/ > /dev/null && curl -f http://localhost:90/'
130+
name: Run docker compose
131+
run: 'docker compose up -d && sleep 45 && docker compose ps && curl -sSw "%{stderr}%{http_code}" http://localhost:90/ > /dev/null && curl -f http://localhost:90/'
135132

136133
retag:
137134
needs: [default-env, sqlite, mysql, docker-compose]

.github/workflows/build_push.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,8 @@ jobs:
157157
name: Set Image
158158
run: "sed -i 's|image: lycheeorg/lychee|image: lycheeorg/lychee:testing-${{ github.run_id }}|' docker-compose.yml"
159159
-
160-
name: Install docker-compose
161-
run: "sudo apt install docker-compose"
162-
-
163-
name: Run docker-compose
164-
run: 'docker-compose up -d && sleep 45 && docker-compose ps && curl -sSw "%{stderr}%{http_code}" http://localhost:90/ > /dev/null && curl -f http://localhost:90/'
160+
name: Run docker compose
161+
run: 'docker compose up -d && sleep 45 && docker compose ps && curl -sSw "%{stderr}%{http_code}" http://localhost:90/ > /dev/null && curl -f http://localhost:90/'
165162

166163
retag:
167164
needs: [default-env, sqlite, sqlite2, mysql, postgres, docker-compose]

.github/workflows/nightly-alpha.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,8 @@ jobs:
187187
name: Set Image
188188
run: "sed -i 's|image: lycheeorg/lychee|image: lycheeorg/lychee:testing-${{ github.run_id }}|' docker-compose.yml"
189189
-
190-
name: Install docker-compose
191-
run: "sudo apt install docker-compose"
192-
-
193-
name: Run docker-compose
194-
run: 'docker-compose up -d && sleep 45 && docker-compose ps && curl -sSw "%{stderr}%{http_code}" http://localhost:90/ > /dev/null && curl -f http://localhost:90/'
190+
name: Run docker compose
191+
run: 'docker compose up -d && sleep 45 && docker compose ps && curl -sSw "%{stderr}%{http_code}" http://localhost:90/ > /dev/null && curl -f http://localhost:90/'
195192

196193
retag-nightly:
197194
needs: [default-env, sqlite, sqlite2, mysql, postgres, docker-compose, devtools]

.github/workflows/nightly.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,8 @@ jobs:
184184
name: Set Image
185185
run: "sed -i 's|image: lycheeorg/lychee|image: lycheeorg/lychee:testing-${{ github.run_id }}|' docker-compose.yml"
186186
-
187-
name: Install docker-compose
188-
run: "sudo apt install docker-compose"
189-
-
190-
name: Run docker-compose
191-
run: 'docker-compose up -d && sleep 45 && docker-compose ps && curl -sSw "%{stderr}%{http_code}" http://localhost:90/ > /dev/null && curl -f http://localhost:90/'
187+
name: Run docker compose
188+
run: 'docker compose up -d && sleep 45 && docker compose ps && curl -sSw "%{stderr}%{http_code}" http://localhost:90/ > /dev/null && curl -f http://localhost:90/'
192189

193190
retag:
194191
needs: [default-env, sqlite, sqlite2, mysql, postgres, docker-compose, devtools]

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,8 @@ jobs:
159159
name: Set Image
160160
run: "sed -i 's|image: lycheeorg/lychee|image: lycheeorg/lychee:testing-${{ github.run_id }}|' docker-compose.yml"
161161
-
162-
name: Install docker-compose
163-
run: "sudo apt install docker-compose"
164-
-
165-
name: Run docker-compose
166-
run: 'docker-compose up -d && sleep 45 && docker-compose ps && curl -sSw "%{stderr}%{http_code}" http://localhost:90/ > /dev/null && curl -f http://localhost:90/'
162+
name: Run docker compose
163+
run: 'docker compose up -d && sleep 45 && docker compose ps && curl -sSw "%{stderr}%{http_code}" http://localhost:90/ > /dev/null && curl -f http://localhost:90/'
167164

168165
retag:
169166
needs: [default-env, sqlite, sqlite2, mysql, postgres, docker-compose]

.github/workflows/test_pull.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,8 @@ jobs:
203203
name: Set Image
204204
run: "sed -i 's|image: lycheeorg/lychee|image: lycheeorg/lychee:testing-${{ github.event.workflow_run.id }}|' docker-compose.yml"
205205
-
206-
name: Install docker-compose
207-
run: "sudo apt install docker-compose"
208-
-
209-
name: Run docker-compose
210-
run: 'docker-compose up -d && sleep 45 && docker-compose ps && curl -sSw "%{stderr}%{http_code}" http://localhost:90/ > /dev/null && curl -f http://localhost:90/'
206+
name: Run docker compose
207+
run: 'docker compose up -d && sleep 45 && docker compose ps && curl -sSw "%{stderr}%{http_code}" http://localhost:90/ > /dev/null && curl -f http://localhost:90/'
211208

212209
retag:
213210
needs: [upload, default-env, sqlite, sqlite2, mysql, postgres, docker-compose]

0 commit comments

Comments
 (0)