deploy: use placeholder images for testing

This commit is contained in:
OpenCode Test
2025-12-24 13:14:50 -08:00
parent 2a5e8b5e41
commit c2c03fd664

View File

@@ -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: