Merge pull request #6 from zapal-tech/main

update
This commit is contained in:
Bohdan Kucheriavyi 2024-02-15 01:52:04 +02:00 committed by GitHub
commit 90ab751902
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,7 @@
name: Create and publish a Docker image
on:
workflow_dispatch:
push:
branches: ["production"]

View file

@ -5,7 +5,7 @@ services:
configurator:
condition: service_completed_successfully
required: true
image: zapal-tech/erp:latest
image: ghcr.io/zapal-tech/erp:latest
networks:
default: null
volumes:
@ -36,7 +36,7 @@ services:
REDIS_CACHE: redis-cache:6379
REDIS_QUEUE: redis-queue:6379
SOCKETIO_PORT: "9000"
image: zapal-tech/erp:latest
image: ghcr.io/zapal-tech/erp:latest
networks:
default: null
volumes:
@ -85,7 +85,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: ghcr.io/zapal-tech/erp:latest
networks:
default: null
ports:
@ -126,7 +126,7 @@ services:
configurator:
condition: service_completed_successfully
required: true
image: zapal-tech/erp:latest
image: ghcr.io/zapal-tech/erp:latest
networks:
default: null
volumes:
@ -160,7 +160,7 @@ services:
configurator:
condition: service_completed_successfully
required: true
image: zapal-tech/erp:latest
image: ghcr.io/zapal-tech/erp:latest
networks:
default: null
volumes:
@ -176,7 +176,7 @@ services:
configurator:
condition: service_completed_successfully
required: true
image: zapal-tech/erp:latest
image: ghcr.io/zapal-tech/erp:latest
networks:
default: null
volumes:
@ -200,11 +200,11 @@ x-backend-defaults:
depends_on:
configurator:
condition: service_completed_successfully
image: zapal-tech/erp:latest
image: ghcr.io/zapal-tech/erp:latest
volumes:
- sites:/home/zapal/frappe-bench/sites
x-customizable-image:
image: zapal-tech/erp:latest
image: ghcr.io/zapal-tech/erp:latest
x-depends-on-configurator:
depends_on:
configurator: