We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e412e9 commit 8fc52c7Copy full SHA for 8fc52c7
1 file changed
compose.yaml
@@ -2,6 +2,7 @@ name: openopsdev
2
services:
3
tables:
4
container_name: tables
5
+ restart: unless-stopped
6
image: public.ecr.aws/openops/openops-tables:0.2.17
7
environment:
8
BASEROW_PUBLIC_URL: ${OPS_OPENOPS_TABLES_PUBLIC_URL}
@@ -63,6 +64,7 @@ services:
63
64
redis:
65
image: 'redis:7.4.0'
66
container_name: redis
67
68
ports: ['6379:6379']
69
command: ['redis-server', '--notify-keyspace-events', 'Ex']
70
healthcheck:
@@ -74,6 +76,7 @@ services:
74
76
- 'redis_data:/data'
75
77
analytics:
78
container_name: analytics
79
80
image: public.ecr.aws/openops/openops-analytics:0.14.7
81
ports: ['8088:8088']
82
0 commit comments