You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Set a lower TTL (e.g., 300 seconds) initially to allow for quicker propagation.
49
53
- You can increase it later for better caching (e.g., 3600 seconds).
50
54
51
55
6.**Verify DNS Propagation**:
56
+
52
57
- Use online DNS lookup tools to check if your DNS changes have propagated.
53
58
- Note that DNS propagation can take up to 48 hours, although it's often much quicker.
54
59
@@ -65,12 +70,15 @@ When using Custom Deployment, keep the following limitations in mind:
65
70
1.**No Root User Privileges**: Your application will run without root user privileges for security reasons.
66
71
67
72
2.**Read-Only Filesystem**: The filesystem is read-only. For data persistence, consider using:
73
+
68
74
- Hasura: A GraphQL engine that provides a scalable database solution. See [Backend-as-a-service
69
-
documentation](../backend-as-a-service).
75
+
documentation](../backend-as-a-service).
70
76
- Other External Services: Depending on your specific needs, you may use other cloud-based storage or database services.
71
77
72
78
3.**Stateless Applications**: Your applications should be designed to be stateless. This ensures better scalability and reliability in a cloud environment.
73
79
80
+
4.**Use AMD-based Images**: Currently, our platform supports AMD-based container images. Ensure your Docker images are built for AMD architecture to guarantee smooth compatibility with our infrastructure.
81
+
74
82
## Best Practices
75
83
76
84
- Design your applications to be stateless and horizontally scalable.
0 commit comments