mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
Remove infrastructure-agent service from docker-compose.dev.yml
This commit is contained in:
parent
f503a45f3b
commit
90ceb9cfc6
@ -290,29 +290,6 @@ services:
|
||||
context: ./Fluentd
|
||||
dockerfile: ./Dockerfile
|
||||
|
||||
infrastructure-agent:
|
||||
build:
|
||||
network: host
|
||||
context: .
|
||||
dockerfile: ./InfrastructureAgent/Dockerfile
|
||||
extends:
|
||||
file: ./docker-compose.base.yml
|
||||
service: infrastructure-agent
|
||||
volumes:
|
||||
- ./InfrastructureAgent:/usr/src/app
|
||||
# Use node modules of the container and not host system.
|
||||
# https://stackoverflow.com/questions/29181032/add-a-volume-to-docker-but-exclude-a-sub-folder
|
||||
- /usr/src/app/dev-env
|
||||
- /usr/src/app/node_modules/
|
||||
- ./Common:/usr/src/Common
|
||||
- ./Model:/usr/src/Model
|
||||
- ./CommonServer:/usr/src/CommonServer
|
||||
- ./CommonUI:/usr/src/CommonUI
|
||||
- /usr/src/Common/node_modules/
|
||||
- /usr/src/CommonUI/node_modules/
|
||||
- /usr/src/CommonServer/node_modules/
|
||||
- /usr/src/Model/node_modules/
|
||||
|
||||
ingress:
|
||||
build:
|
||||
network: host
|
||||
|
Loading…
Reference in New Issue
Block a user