You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,15 +35,15 @@ Note that database migration is run once during the startup process and is contr
35
35
36
36
## Logging Usage
37
37
38
-
If using with logstash in a container (for development), use `-f docker-compose.yml -f docker-compose.dev.yml` flags after each `docker-compose` command to merge docker-compose files (e.g. `docker-compose -f docker-compse.yml -f docker-compose.dev.yml build`)
38
+
If using with logstash in a container (for development), use `-f docker-compose.yml -f docker-compose.dev.yml` flags after each `dockercompose` command to merge docker-compose files (e.g. `dockercompose -f docker-compse.yml -f docker-compose.dev.yml build`)
39
39
40
40
For example to deploy just logging
41
41
42
42
```
43
-
docker-compose -f docker-compose.dev.yml build
44
-
nohup docker-compose -f docker-compose.dev.yml up --force-recreate --remove-orphans >/dev/null 2>&1 &
45
-
docker-compose -f docker-compose.dev.yml down
46
-
docker-compose -f docker-compose.dev.yml kill
43
+
dockercompose -f docker-compose.dev.yml build
44
+
nohup dockercompose -f docker-compose.dev.yml up --force-recreate --remove-orphans >/dev/null 2>&1 &
45
+
dockercompose -f docker-compose.dev.yml down
46
+
dockercompose -f docker-compose.dev.yml kill
47
47
```
48
48
49
49
### Kibana Dashboard Setup ###
@@ -65,7 +65,7 @@ If you believe the scan is a false-positive, add the line glob to .gitallowed.
65
65
66
66
## Handy docker-compose commands:
67
67
1. `install_bootstrap --script` will template and build everything using your previous answers (useful for quick iteration)
68
-
2. `docker-compose down` will bring all containers down safely
69
-
3. `nohup docker-compose up --force-recreate --remove-orphans >/dev/null 2>&1 &` will re-create all containers known to docker-compose and delete those volumes that no longer are associated with running containers
68
+
2. `dockercompose down` will bring all containers down safely
69
+
3. `nohup dockercompose up --force-recreate --remove-orphans >/dev/null 2>&1 &` will re-create all containers known to docker-compose and delete those volumes that no longer are associated with running containers
70
70
4. `docker system prune` for cleaning out old containers and images
71
-
5. To watch the logs `docker-compose logs --follow` while debugging
71
+
5. To watch the logs `dockercompose logs --follow` while debugging
0 commit comments