feat(agent): containerize agent and wire into compose stack
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user