mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
Remove unnecessary dependencies and links in docker-compose file
This commit is contained in:
parent
b551b15c08
commit
90a8b7b015
@ -257,10 +257,6 @@ services:
|
||||
PROBE_KEY: ${GLOBAL_PROBE_1_KEY}
|
||||
INGESTOR_URL: http://${INGESTOR_HOSTNAME}
|
||||
PROBE_MONITOR_FETCH_LIMIT: ${GLOBAL_PROBE_1_MONITOR_FETCH_LIMIT}
|
||||
depends_on:
|
||||
- ingestor
|
||||
links:
|
||||
- ingestor
|
||||
logging:
|
||||
driver: "local"
|
||||
options:
|
||||
@ -279,10 +275,6 @@ services:
|
||||
PROBE_KEY: ${GLOBAL_PROBE_2_KEY}
|
||||
INGESTOR_URL: http://${INGESTOR_HOSTNAME}
|
||||
PROBE_MONITOR_FETCH_LIMIT: ${GLOBAL_PROBE_2_MONITOR_FETCH_LIMIT}
|
||||
depends_on:
|
||||
- ingestor
|
||||
links:
|
||||
- ingestor
|
||||
logging:
|
||||
driver: "local"
|
||||
options:
|
||||
|
Loading…
Reference in New Issue
Block a user