forgot to update paths - doh

This commit is contained in:
iPromKnight
2024-02-04 20:32:08 +00:00
parent b773ffcb20
commit dae52c1bc4

View File

@@ -82,7 +82,7 @@ services:
producer: producer:
build: build:
context: src/producer context: ../../src/producer
dockerfile: Dockerfile dockerfile: Dockerfile
labels: labels:
logging: "promtail" logging: "promtail"
@@ -94,7 +94,7 @@ services:
consumer: consumer:
build: build:
context: src/node/consumer context: ../../src/node/consumer
dockerfile: Dockerfile dockerfile: Dockerfile
env_file: env_file:
- .env - .env
@@ -108,7 +108,7 @@ services:
addon: addon:
build: build:
context: src/node/addon context: ../../src/node/addon
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "7000:7000" - "7000:7000"