mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: image naming
This commit is contained in:
parent
df430b7cd9
commit
7b7945b0bd
2 changed files with 10 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
x-customizable-image: &customizable_image
|
||||
image: zapal-tech/erp:latest
|
||||
image: zapal/erp:latest
|
||||
|
||||
x-depends-on-configurator: &depends_on_configurator
|
||||
depends_on:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ services:
|
|||
configurator:
|
||||
condition: service_completed_successfully
|
||||
required: true
|
||||
image: zapal-tech/erp:latest
|
||||
image: zapal/erp:latest
|
||||
networks:
|
||||
default: null
|
||||
volumes:
|
||||
|
|
@ -44,7 +44,7 @@ services:
|
|||
REDIS_CACHE: redis-cache:6379
|
||||
REDIS_QUEUE: redis-queue:6379
|
||||
SOCKETIO_PORT: "9000"
|
||||
image: zapal-tech/erp:latest
|
||||
image: zapal/erp:latest
|
||||
networks:
|
||||
default: null
|
||||
volumes:
|
||||
|
|
@ -101,7 +101,7 @@ services:
|
|||
UPSTREAM_REAL_IP_ADDRESS: 127.0.0.1
|
||||
UPSTREAM_REAL_IP_HEADER: X-Forwarded-For
|
||||
UPSTREAM_REAL_IP_RECURSIVE: "off"
|
||||
image: zapal-tech/erp:latest
|
||||
image: zapal/erp:latest
|
||||
networks:
|
||||
default: null
|
||||
ports:
|
||||
|
|
@ -124,7 +124,7 @@ services:
|
|||
configurator:
|
||||
condition: service_completed_successfully
|
||||
required: true
|
||||
image: zapal-tech/erp:latest
|
||||
image: zapal/erp:latest
|
||||
networks:
|
||||
default: null
|
||||
volumes:
|
||||
|
|
@ -150,7 +150,7 @@ services:
|
|||
configurator:
|
||||
condition: service_completed_successfully
|
||||
required: true
|
||||
image: zapal-tech/erp:latest
|
||||
image: zapal/erp:latest
|
||||
networks:
|
||||
default: null
|
||||
volumes:
|
||||
|
|
@ -192,7 +192,7 @@ services:
|
|||
configurator:
|
||||
condition: service_completed_successfully
|
||||
required: true
|
||||
image: zapal-tech/erp:latest
|
||||
image: zapal/erp:latest
|
||||
networks:
|
||||
default: null
|
||||
volumes:
|
||||
|
|
@ -216,7 +216,7 @@ services:
|
|||
configurator:
|
||||
condition: service_completed_successfully
|
||||
required: true
|
||||
image: zapal-tech/erp:latest
|
||||
image: zapal/erp:latest
|
||||
networks:
|
||||
default: null
|
||||
volumes:
|
||||
|
|
@ -244,13 +244,13 @@ x-backend-defaults:
|
|||
depends_on:
|
||||
configurator:
|
||||
condition: service_completed_successfully
|
||||
image: zapal-tech/erp:latest
|
||||
image: zapal/erp:latest
|
||||
volumes:
|
||||
- erp-sites:/home/zapal/frappe-bench/sites
|
||||
- erp-assets:/home/zapal/frappe-bench/sites/assets
|
||||
- erp-logs:/home/zapal/frappe-bench/logs
|
||||
x-customizable-image:
|
||||
image: zapal-tech/erp:latest
|
||||
image: zapal/erp:latest
|
||||
x-depends-on-configurator:
|
||||
depends_on:
|
||||
configurator:
|
||||
|
|
|
|||
Loading…
Reference in a new issue