EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 40997bf5 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

add sysctl stuff to db

parent c6bff45a
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,10 @@ services:
constraints: [node.role == manager]
networks:
- intnet
sysctls:
net.ipv4.tcp_keepalive_time: 600
net.ipv4.tcp_keepalive_probes: 5
net.ipv4.tcp_keepalive_intvl: 10
redis:
image: redis
volumes:
......
......@@ -14,6 +14,10 @@ services:
constraints: [node.role == manager]
networks:
- intnet
sysctls:
net.ipv4.tcp_keepalive_time: 600
net.ipv4.tcp_keepalive_probes: 5
net.ipv4.tcp_keepalive_intvl: 10
redis:
image: redis
volumes:
......
......@@ -14,6 +14,10 @@ services:
constraints: [node.role == manager]
networks:
- intnet
sysctls:
net.ipv4.tcp_keepalive_time: 600
net.ipv4.tcp_keepalive_probes: 5
net.ipv4.tcp_keepalive_intvl: 10
redis:
image: redis
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment