Skip to content
Snippets Groups Projects
Commit 09ae0d7d authored by ale's avatar ale
Browse files

Add monitoring_endpoint for memcache

parent 453cd8f0
Branches
No related tags found
No related merge requests found
...@@ -205,12 +205,17 @@ auth-cache: ...@@ -205,12 +205,17 @@ auth-cache:
containers: containers:
- name: memcache - name: memcache
image: registry.git.autistici.org/ai3/docker/memcached:master image: registry.git.autistici.org/ai3/docker/memcached:master
port: 11212 ports:
- 11212
- 11213
env: env:
PORT: "11212" PORT: "11212"
egress_policy: internal egress_policy: internal
ports: ports:
- 11212 - 11212
monitoring_endpoints:
- port: 11213
scheme: http
user-meta-server: user-meta-server:
num_instances: 1 num_instances: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment