Skip to content
Snippets Groups Projects

Update docs and first start of project

Merged Neil-Jocelyn Schark requested to merge update-docs-and-first-start into master
2 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -34,9 +34,9 @@ services:
gosdn:
image: gosdn
ports:
- 55055:55055
- 8080:8080
- 40000:40000
- 127.0.0.1:55055:55055
- 127.0.0.1:8080:8080
- 127.0.0.1:40000:40000
depends_on:
gnmi-target_A:
condition: service_started
@@ -49,7 +49,7 @@ services:
rabbitmq:
condition: service_healthy
command:
--config /app/configs/integration-test-gosdn.toml --security secure
--config /app/configs/basic_docker-compose.toml --security secure
environment:
GOSDN_ADMIN_PASSWORD: TestPassword
volumes:
@@ -59,7 +59,7 @@ services:
privileged: true
image: registry.code.fbi.h-da.de/danet/gnmi-target/debian:master
ports:
- 3919:7030
- 127.0.0.1:3919:7030
volumes:
- ../../artifacts/ssl/gnmi-target:/etc/gnmi-target/ssl
command:
@@ -69,7 +69,7 @@ services:
privileged: true
image: registry.code.fbi.h-da.de/danet/gnmi-target/debian:master
ports:
- 3920:7030
- 127.0.0.1:3920:7030
volumes:
- ../../artifacts/ssl/gnmi-target:/etc/gnmi-target/ssl
command:
Loading