This commit is contained in:
David Heinemeier Hansson
2024-09-23 16:30:16 -07:00
parent b6cd4f8070
commit 9dde204480

View File

@@ -29,6 +29,10 @@ registry:
password:
- KAMAL_REGISTRY_PASSWORD
# Configure builder setup.
builder:
arch: amd64
# Inject ENV variables into containers (secrets come from .kamal/secrets).
#
# env:
@@ -39,18 +43,15 @@ registry:
# Aliases are triggered with "bin/kamal <alias>". You can overwrite arguments on invocation:
# "bin/kamal logs -r job" will tail logs from the first server in the job section.
aliases:
shell: app exec --interactive --reuse "bash"
#
# aliases:
# shell: app exec --interactive --reuse "bash"
# Use a persistent storage volume.
#
# volumes:
# - "app_storage:/rails/storage"
# Configure builder setup.
builder:
arch: amd64
# Use a different ssh user than root
#
# ssh: