Skip to content
Snippets Groups Projects

Security

Merged Jitka Viceníková requested to merge security into develop
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
+ 0
19
---
version: '3'
services:
core:
build: "./core"
ports:
- "8080:8080"
application:
build: "./application"
ports:
- "8081:8081"
visualization:
build: "./visualization"
ports:
- "8082:8082"
notification:
build: "./notification"
ports:
- "8083:8083"
\ No newline at end of file
Loading