feat(agent): containerize agent and wire into compose stack

This commit is contained in:
2026-08-23 17:24:06 -05:00
parent 01a9eef06c
commit 9adec1028c
6 changed files with 80 additions and 0 deletions
+12
View File
@@ -66,6 +66,18 @@ services:
- "traefik.http.services.firefly-importer.loadbalancer.server.port=8080"
- "traefik.docker.network=traefik_proxy"
agent:
build: ./agent
restart: unless-stopped
env_file: .env
networks:
- firefly
depends_on:
db:
condition: service_healthy
app:
condition: service_healthy
db:
image: postgres:16-alpine
restart: unless-stopped