Skip to content

Commit

Permalink
chore: update the generated compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuruyia committed Apr 5, 2024
1 parent aec943b commit 1260e57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/commands/app/start-services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import { execute } from "../../support/execute";
import { checkPrerequisites } from "../../support/docker/checkPrerequisites";

const kuzzleServicesFile = `
version: '3'
services:
redis:
image: redis:5
Expand Down
4 changes: 0 additions & 4 deletions src/commands/instance/spawn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ const MIN_MAX_MAP_COUNT = 262144;
const MIN_DOCO_VERSION = "2.0.0";

Check warning on line 17 in src/commands/instance/spawn.ts

View workflow job for this annotation

GitHub Actions / Lint

'MIN_DOCO_VERSION' is assigned a value but never used

const kuzzleStackV1 = (increment: number): string => `
version: '3'
services:
kuzzle:
image: kuzzleio/kuzzle:1
Expand Down Expand Up @@ -53,8 +51,6 @@ services:
`;

const kuzzleStackV2 = (increment: number): string => `
version: '3'
services:
kuzzle:
image: kuzzleio/kuzzle:2
Expand Down

0 comments on commit 1260e57

Please sign in to comment.