generated from Nixius/template
fix: update image path to use nixius namespace
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
e98c71a6ec
commit
2859040bf5
|
|
@ -4,4 +4,4 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./docker/n8n
|
context: ./docker/n8n
|
||||||
dockerfile: Dockerfile.production
|
dockerfile: Dockerfile.production
|
||||||
image: git.nixc.us/nixius/n8n:production
|
image: git.nixc.us/colin/n8n:production
|
||||||
|
|
@ -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:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
build:
|
build:
|
||||||
context: ./docker/n8n
|
context: ./docker/n8n
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: git.nixc.us/colin/n8n:staging
|
image: git.nixc.us/nixius/n8n:staging
|
||||||
|
|
@ -4,7 +4,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
image: git.nixc.us/nixius/n8n:production
|
image: git.nixc.us/colin/n8n:production
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
template:
|
template:
|
||||||
image: git.nixc.us/nixius/template:staging
|
image: git.nixc.us/colin/template:staging
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue