Merge pull request #67 from Gabisonfire/feat/build_workflow

Image build action
This commit is contained in:
Gabisonfire
2024-02-05 08:22:13 -05:00
committed by GitHub
2 changed files with 46 additions and 9 deletions

View File

@@ -81,9 +81,7 @@ services:
- knightcrawler-network
producer:
build:
context: ../../src/producer
dockerfile: Dockerfile
image: gabisonfire/knightcrawler-producer:latest
labels:
logging: "promtail"
env_file:
@@ -93,9 +91,7 @@ services:
- knightcrawler-network
consumer:
build:
context: ../../src/node/consumer
dockerfile: Dockerfile
image: gabisonfire/knightcrawler-consumer:latest
env_file:
- .env
labels:
@@ -107,9 +103,7 @@ services:
- knightcrawler-network
addon:
build:
context: ../../src/node/addon
dockerfile: Dockerfile
image: gabisonfire/knightcrawler-addon:latest
ports:
- "7000:7000"
labels: