Remove infrastructure-agent service from docker-compose.dev.yml

This commit is contained in:
Simon Larsen 2024-04-02 10:10:44 +01:00
parent f503a45f3b
commit 90ceb9cfc6
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -290,29 +290,6 @@ services:
context: ./Fluentd context: ./Fluentd
dockerfile: ./Dockerfile 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: ingress:
build: build:
network: host network: host