deploy: use placeholder images for testing
This commit is contained in:
@@ -11,8 +11,17 @@ secrets:
|
||||
accessKeyId: "FwGiBwCXKuQdthR1QLa"
|
||||
secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX"
|
||||
|
||||
# Temporarily disable apps until registry is resolved
|
||||
# TODO: Set up proper container registry or use external registry
|
||||
# Use public images for initial deployment (placeholder)
|
||||
# TODO: Build and push custom images to accessible registry
|
||||
images:
|
||||
web:
|
||||
repository: alpine
|
||||
tag: latest
|
||||
worker:
|
||||
repository: alpine
|
||||
tag: latest
|
||||
|
||||
# Temporarily disable apps until images are built
|
||||
web:
|
||||
enabled: false
|
||||
worker:
|
||||
|
||||
Reference in New Issue
Block a user