add gitops

This commit is contained in:
william chandra 2023-09-19 09:02:47 +07:00
parent d4007c43ce
commit a0f5641fd1
2 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@ x-customizable-image: &customizable_image
# By default the image used only contains the `frappe` and `erpnext` apps. # 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 # See https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md
# about using custom images. # 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 x-depends-on-configurator: &depends_on_configurator
depends_on: depends_on:

View file

@ -5,7 +5,7 @@ services:
configurator: configurator:
condition: service_completed_successfully condition: service_completed_successfully
required: true required: true
image: frappe/erpnext:v14.37.1 image: williamchans/frappe:1.0.0
networks: networks:
bench-network: null bench-network: null
mariadb-network: null mariadb-network: null
@ -38,7 +38,7 @@ services:
REDIS_QUEUE: redis-queue:6379 REDIS_QUEUE: redis-queue:6379
REDIS_SOCKETIO: redis-socketio:6379 REDIS_SOCKETIO: redis-socketio:6379
SOCKETIO_PORT: "9000" SOCKETIO_PORT: "9000"
image: frappe/erpnext:v14.37.1 image: williamchans/frappe:1.0.0
networks: networks:
bench-network: null bench-network: null
mariadb-network: null mariadb-network: null
@ -66,7 +66,7 @@ services:
UPSTREAM_REAL_IP_ADDRESS: 127.0.0.1 UPSTREAM_REAL_IP_ADDRESS: 127.0.0.1
UPSTREAM_REAL_IP_HEADER: X-Forwarded-For UPSTREAM_REAL_IP_HEADER: X-Forwarded-For
UPSTREAM_REAL_IP_RECURSIVE: "off" UPSTREAM_REAL_IP_RECURSIVE: "off"
image: frappe/erpnext:v14.37.1 image: williamchans/frappe:1.0.0
labels: labels:
traefik.docker.network: traefik-public traefik.docker.network: traefik-public
traefik.enable: "true" traefik.enable: "true"
@ -92,7 +92,7 @@ services:
configurator: configurator:
condition: service_completed_successfully condition: service_completed_successfully
required: true required: true
image: frappe/erpnext:v14.37.1 image: williamchans/frappe:1.0.0
networks: networks:
bench-network: null bench-network: null
mariadb-network: null mariadb-network: null
@ -111,7 +111,7 @@ services:
configurator: configurator:
condition: service_completed_successfully condition: service_completed_successfully
required: true required: true
image: frappe/erpnext:v14.37.1 image: williamchans/frappe:1.0.0
networks: networks:
bench-network: null bench-network: null
mariadb-network: null mariadb-network: null
@ -130,7 +130,7 @@ services:
configurator: configurator:
condition: service_completed_successfully condition: service_completed_successfully
required: true required: true
image: frappe/erpnext:v14.37.1 image: williamchans/frappe:1.0.0
networks: networks:
bench-network: null bench-network: null
mariadb-network: null mariadb-network: null
@ -177,7 +177,7 @@ services:
configurator: configurator:
condition: service_completed_successfully condition: service_completed_successfully
required: true required: true
image: frappe/erpnext:v14.37.1 image: williamchans/frappe:1.0.0
networks: networks:
bench-network: null bench-network: null
mariadb-network: null mariadb-network: null
@ -194,7 +194,7 @@ services:
configurator: configurator:
condition: service_completed_successfully condition: service_completed_successfully
required: true required: true
image: frappe/erpnext:v14.37.1 image: williamchans/frappe:1.0.0
networks: networks:
bench-network: null bench-network: null
mariadb-network: null mariadb-network: null
@ -225,11 +225,11 @@ x-backend-defaults:
depends_on: depends_on:
configurator: configurator:
condition: service_completed_successfully condition: service_completed_successfully
image: frappe/erpnext:v14.37.1 image: williamchans/frappe:1.0.0
volumes: volumes:
- sites:/home/frappe/frappe-bench/sites - sites:/home/frappe/frappe-bench/sites
x-customizable-image: x-customizable-image:
image: frappe/erpnext:v14.37.1 image: williamchans/frappe:1.0.0
x-depends-on-configurator: x-depends-on-configurator:
depends_on: depends_on:
configurator: configurator: