diff --git a/docker-compose.production.yml b/docker-compose.production.yml index 6a37d7d..fd63210 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -4,4 +4,4 @@ services: build: context: ./docker/n8n dockerfile: Dockerfile.production - image: git.nixc.us/nixius/n8n:production \ No newline at end of file + image: git.nixc.us/colin/n8n:production \ No newline at end of file diff --git a/docker-compose.staging.yml b/docker-compose.staging.yml index 6b0a787..a6efdf7 100644 --- a/docker-compose.staging.yml +++ b/docker-compose.staging.yml @@ -1,7 +1,7 @@ - # This compose file purely exists as a template for staging and caching image builds. +# This compose file purely exists as a template for staging and caching image builds. services: n8n: build: context: ./docker/n8n dockerfile: Dockerfile - image: git.nixc.us/colin/n8n:staging \ No newline at end of file + image: git.nixc.us/nixius/n8n:staging \ No newline at end of file diff --git a/stack.production.yml b/stack.production.yml index 63dbda5..cedcf34 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -4,7 +4,7 @@ networks: services: n8n: - image: git.nixc.us/nixius/n8n:production + image: git.nixc.us/colin/n8n:production deploy: replicas: 1 restart_policy: diff --git a/stack.staging.yml b/stack.staging.yml index 2e1d0ee..0573759 100644 --- a/stack.staging.yml +++ b/stack.staging.yml @@ -5,7 +5,7 @@ networks: services: template: - image: git.nixc.us/nixius/template:staging + image: git.nixc.us/colin/template:staging deploy: replicas: 1 restart_policy: