mirror of
https://github.com/elAgala/server-initializer.git
synced 2026-02-14 05:06:18 +00:00
Modified docker definitions to use internal caddy_net
Exposing ports on docker-compose bypasses UFW definitions, which is a high risk, so we use internal networks only to connect between containers
This commit is contained in:
@@ -5,7 +5,7 @@ scrape_configs:
|
||||
|
||||
- job_name: 'prometheus'
|
||||
static_configs:
|
||||
- targets: ['localhost:9090']
|
||||
- targets: ['prometheus:9090']
|
||||
|
||||
- job_name: 'node'
|
||||
static_configs:
|
||||
|
||||
Reference in New Issue
Block a user