From a0f5641fd1e8ce30261af4b0bebb03fe6009b739 Mon Sep 17 00:00:00 2001 From: william chandra Date: Tue, 19 Sep 2023 09:02:47 +0700 Subject: [PATCH] add gitops --- compose.yaml | 2 +- gitops/erpnext-one.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/compose.yaml b/compose.yaml index 10b1e663..34e95009 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ x-customizable-image: &customizable_image # By default the image used only contains the `frappe` and `erpnext` apps. # See https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md # about using custom images. - image: frappe/erpnext:${ERPNEXT_VERSION:?No ERPNext version set} + image: williamchans/frappe:1.0.0 x-depends-on-configurator: &depends_on_configurator depends_on: diff --git a/gitops/erpnext-one.yaml b/gitops/erpnext-one.yaml index 4b31112c..ac9836a3 100644 --- a/gitops/erpnext-one.yaml +++ b/gitops/erpnext-one.yaml @@ -5,7 +5,7 @@ services: configurator: condition: service_completed_successfully required: true - image: frappe/erpnext:v14.37.1 + image: williamchans/frappe:1.0.0 networks: bench-network: null mariadb-network: null @@ -38,7 +38,7 @@ services: REDIS_QUEUE: redis-queue:6379 REDIS_SOCKETIO: redis-socketio:6379 SOCKETIO_PORT: "9000" - image: frappe/erpnext:v14.37.1 + image: williamchans/frappe:1.0.0 networks: bench-network: null mariadb-network: null @@ -66,7 +66,7 @@ services: UPSTREAM_REAL_IP_ADDRESS: 127.0.0.1 UPSTREAM_REAL_IP_HEADER: X-Forwarded-For UPSTREAM_REAL_IP_RECURSIVE: "off" - image: frappe/erpnext:v14.37.1 + image: williamchans/frappe:1.0.0 labels: traefik.docker.network: traefik-public traefik.enable: "true" @@ -92,7 +92,7 @@ services: configurator: condition: service_completed_successfully required: true - image: frappe/erpnext:v14.37.1 + image: williamchans/frappe:1.0.0 networks: bench-network: null mariadb-network: null @@ -111,7 +111,7 @@ services: configurator: condition: service_completed_successfully required: true - image: frappe/erpnext:v14.37.1 + image: williamchans/frappe:1.0.0 networks: bench-network: null mariadb-network: null @@ -130,7 +130,7 @@ services: configurator: condition: service_completed_successfully required: true - image: frappe/erpnext:v14.37.1 + image: williamchans/frappe:1.0.0 networks: bench-network: null mariadb-network: null @@ -177,7 +177,7 @@ services: configurator: condition: service_completed_successfully required: true - image: frappe/erpnext:v14.37.1 + image: williamchans/frappe:1.0.0 networks: bench-network: null mariadb-network: null @@ -194,7 +194,7 @@ services: configurator: condition: service_completed_successfully required: true - image: frappe/erpnext:v14.37.1 + image: williamchans/frappe:1.0.0 networks: bench-network: null mariadb-network: null @@ -225,11 +225,11 @@ x-backend-defaults: depends_on: configurator: condition: service_completed_successfully - image: frappe/erpnext:v14.37.1 + image: williamchans/frappe:1.0.0 volumes: - sites:/home/frappe/frappe-bench/sites x-customizable-image: - image: frappe/erpnext:v14.37.1 + image: williamchans/frappe:1.0.0 x-depends-on-configurator: depends_on: configurator: