deploy: use placeholder images for testing
This commit is contained in:
@@ -11,8 +11,17 @@ secrets:
|
|||||||
accessKeyId: "FwGiBwCXKuQdthR1QLa"
|
accessKeyId: "FwGiBwCXKuQdthR1QLa"
|
||||||
secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX"
|
secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX"
|
||||||
|
|
||||||
# Temporarily disable apps until registry is resolved
|
# Use public images for initial deployment (placeholder)
|
||||||
# TODO: Set up proper container registry or use external registry
|
# 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:
|
web:
|
||||||
enabled: false
|
enabled: false
|
||||||
worker:
|
worker:
|
||||||
|
|||||||
Reference in New Issue
Block a user