Skip to content

Commit

Permalink
Merge pull request #13 from siemens/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
thediveo authored Jul 12, 2023
2 parents 9af580e + 8aefac2 commit f119dd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ manual](https://siemens.github.io/edgeshark).
## Quick Start

- plain [Docker Host](#docker-host) with `docker compose` v2
- plain [Docker Host Without Composer](#docker-host-without-composer) without Docker composer
- plain [Docker Host Without Composer](#docker-host-without-composer) – just Docker and bash.
- [Siemens Industrial Edge](#siemens-industrial-edge)

### Docker Host
Expand Down Expand Up @@ -53,6 +53,9 @@ OS/distribution and install it.

### Docker Host Without Composer

Alternatively, a bash script can be used to bring the Edgeshark services up or
down, without needing an installed docker compose plugin.

```bash
wget -q --no-cache -O - \
https://github.com/siemens/edgeshark/raw/main/deployments/nocomposer/edgeshark.sh \
Expand Down
4 changes: 2 additions & 2 deletions deployments/industrial-edge/app/edgeshark/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.4'
services:
gostwire:
image: 'ghcr.io/siemens/ghostwire:2.1.8'
image: 'ghcr.io/siemens/ghostwire:2.1.10'
read_only: true
mem_limit: 48mb
restart: unless-stopped
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
- './publish/:/publish/'
- './cfg-data/:/cfg-data/'
edgeshark:
image: 'ghcr.io/siemens/packetflix:0.9.1'
image: 'ghcr.io/siemens/packetflix:0.9.3'
mem_limit: 32mb
read_only: true
restart: unless-stopped
Expand Down

0 comments on commit f119dd2

Please sign in to comment.