.
Some checks failed
auth: check and build / check-permissions (push) Has been cancelled
auth: check and build / tests (push) Has been cancelled
auth: check and build / build_artifacts (push) Has been cancelled
auth: check and build / remove_label (push) Has been cancelled
ci: update changelog / update-changelog (cli) (push) Has been cancelled
ci: update changelog / update-changelog (dashboard) (push) Has been cancelled
ci: update changelog / update-changelog (packages/nhost-js) (push) Has been cancelled
ci: update changelog / update-changelog (services/auth) (push) Has been cancelled
ci: update changelog / update-changelog (services/storage) (push) Has been cancelled
cli: check and build / build_artifacts (push) Has been cancelled
cli: check and build / test_cli_build (push) Has been cancelled
cli: check and build / remove_label (push) Has been cancelled
cli: check and build / check-permissions (push) Has been cancelled
cli: check and build / tests (push) Has been cancelled
codegen: check and build / check-permissions (push) Has been cancelled
codegen: check and build / tests (push) Has been cancelled
codegen: check and build / build_artifacts (push) Has been cancelled
codegen: check and build / remove_label (push) Has been cancelled
dashboard: check and build / check-permissions (push) Has been cancelled
dashboard: check and build / deploy-vercel (push) Has been cancelled
dashboard: check and build / build_artifacts (push) Has been cancelled
dashboard: check and build / tests (push) Has been cancelled
dashboard: check and build / e2e_staging (push) Has been cancelled
dashboard: check and build / remove_label (push) Has been cancelled
docs: check and build / check-permissions (push) Has been cancelled
docs: check and build / tests (push) Has been cancelled
docs: check and build / remove_label (push) Has been cancelled
examples/demos: check and build / check-permissions (push) Has been cancelled
examples/demos: check and build / tests (push) Has been cancelled
examples/demos: check and build / build_artifacts (push) Has been cancelled
examples/demos: check and build / remove_label (push) Has been cancelled
examples/guides: check and build / check-permissions (push) Has been cancelled
examples/guides: check and build / tests (push) Has been cancelled
examples/guides: check and build / build_artifacts (push) Has been cancelled
examples/guides: check and build / remove_label (push) Has been cancelled
examples/tutorials: check and build / check-permissions (push) Has been cancelled
examples/tutorials: check and build / tests (push) Has been cancelled
examples/tutorials: check and build / build_artifacts (push) Has been cancelled
examples/tutorials: check and build / remove_label (push) Has been cancelled
nhost-js: check and build / check-permissions (push) Has been cancelled
nhost-js: check and build / tests (push) Has been cancelled
nhost-js: check and build / build_artifacts (push) Has been cancelled
nhost-js: check and build / remove_label (push) Has been cancelled
nixops: check and build / check-permissions (push) Has been cancelled
nixops: check and build / tests (push) Has been cancelled
nixops: check and build / build_artifacts (push) Has been cancelled
nixops: check and build / remove_label (push) Has been cancelled
storage: check and build / check-permissions (push) Has been cancelled
storage: check and build / tests (push) Has been cancelled
storage: check and build / build_artifacts (push) Has been cancelled
storage: check and build / remove_label (push) Has been cancelled

This commit is contained in:
2025-11-20 05:45:53 +00:00
parent ababf6b98b
commit 298aad6c43

View File

@@ -77,7 +77,7 @@ services:
start_period: 60s
volumes:
- type: bind
source: nhost/emails
source: /home/vasceannie/apps/nhost/deploy/docker-compose/nhost/emails
target: /app/email-templates
read_only: false
deploy:
@@ -153,7 +153,7 @@ services:
start_period: 60s
volumes:
- type: bind
source: nhost
source: /home/vasceannie/apps/nhost
target: /app
read_only: false
working_dir: /app
@@ -237,7 +237,7 @@ services:
start_period: 600s
volumes:
- type: bind
source: .
source: /
target: /opt/project
read_only: false
- type: volume
@@ -420,7 +420,7 @@ services:
target: /var/lib/postgresql/data/
read_only: false
- type: bind
source: ./initdb.d
source: /home/vasceannie/apps/nhost/deploy/docker-compose/initdb.d
target: /docker-entrypoint-initdb.d
read_only: true
deploy: