From 2d07e0c37642cc939878f5402353a14975a81131 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 5 Feb 2025 10:59:18 -0500 Subject: [PATCH] Update docker-compose.production.yml --- docker-compose.production.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docker-compose.production.yml b/docker-compose.production.yml index d4a3a8d..5de32dc 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -2,5 +2,10 @@ services: portainer: build: context: ./docker/portainer/ - dockerfile: Dockerfile - image: git.nixc.us/nixius/portainer:production \ No newline at end of file + dockerfile: Dockerfile.production + image: git.nixc.us/nixius/portainer:staging-portainer + portainer-agent: + build: + context: ./docker/portainer-agent/ + dockerfile: Dockerfile.production + image: git.nixc.us/nixius/portainer:staging-agent \ No newline at end of file