From 8ee2abdbd7a2c17118a6cbb34297110427e9833b Mon Sep 17 00:00:00 2001 From: Dave the Dev Date: Thu, 9 Jul 2026 05:04:48 +0000 Subject: [PATCH] Hithomelabs/CFTunnels#139: Remove portainer-automation service from docker-compose.yaml (now managed independently via portainer-automation/docker-compose.yaml) --- docker-compose.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 07f9090..41ddd87 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -30,15 +30,3 @@ services: - "${DB_PORT}:5432" volumes: - ${DB_PATH}:/var/lib/postgresql/data - portainer-automation: - image: gitea.hithomelabs.com/hithomelabs/portainer-automation:${ENV} - container_name: portainer-automation_${ENV} - ports: - - "${PORTAINER_AUTOMATION_PORT:-8081}:8081" - environment: - - SPRING_PROFILES_ACTIVE=${SPRING_PROFILES_ACTIVE:-local} - - PORTAINER_API_KEY=${PORTAINER_API_KEY} - - PORTAINER_SERVICE_API_KEY=${PORTAINER_SERVICE_API_KEY} - env_file: - - stack.env - restart: unless-stopped \ No newline at end of file