@kodus/cli 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -6,7 +6,7 @@ import { dirname, join } from 'path';
6
6
  import { setupEnvironment } from './src/commands/install.js';
7
7
 
8
8
  // CLI version
9
- program.version("0.0.5");
9
+ program.version("0.0.8");
10
10
 
11
11
  // Install command
12
12
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kodus/cli",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "CLI tool for Kodus installation and management",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -34,22 +34,6 @@ services:
34
34
  env_file:
35
35
  - .env
36
36
 
37
- rabbitmq:
38
- image: localhost:5000/rabbitmq:prod
39
- container_name: rabbitmq-prod
40
- hostname: rabbitmq
41
- ports:
42
- - "5672:5672"
43
- - "15672:15672"
44
- networks:
45
- - monitoring-network
46
- - shared-network
47
- environment:
48
- - RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS=-rabbit heartbeat 60
49
- restart: unless-stopped
50
- env_file:
51
- - .env
52
-
53
37
  db_kodus_postgres:
54
38
  image: postgres:latest
55
39
  container_name: db_kodus_postgres