mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-12 13:31:15 +00:00
Hardening of the Backend docker image (#379)
* Add script to build the backend * harden the backend docker image * fix docker-compose * fix doc
This commit is contained in:
@@ -25,6 +25,7 @@ services:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: ./backend/
|
||||
read_only: true
|
||||
command: [
|
||||
'telemetry_shard',
|
||||
'--listen', '0.0.0.0:8001',
|
||||
@@ -38,6 +39,7 @@ services:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: ./backend/
|
||||
read_only: true
|
||||
command: [
|
||||
'telemetry_core',
|
||||
'--listen', '0.0.0.0:8000'
|
||||
|
||||
Reference in New Issue
Block a user