Skip to content
Snippets Groups Projects
Commit 408d9b77 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

removed memory limits

parent 72285c4f
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,6 @@ services:
image: gitlab/gitlab-ce:13.4.4-ce.0
restart: always
mem_limit: 4gb
cpus: 0.75
ports:
- 0.0.0.0:444:22
volumes:
......
......@@ -8,7 +8,6 @@ services:
build: .
restart: always
mem_limit: 512m
hostname: "{{ domain }}"
ports:
- "0.0.0.0:{{ api_port }}:5665"
......@@ -53,7 +52,6 @@ services:
image: mariadb:10.5.6
restart: always
mem_limit: 256m
ports:
- "{{ int_ip4 }}:{{mysql_port}}:3306"
volumes:
......@@ -70,7 +68,6 @@ services:
image: graphiteapp/graphite-statsd:1.1.7-6
restart: always
mem_limit: 256m
volumes:
- "{{ basedir }}/graphite-conf/storage-schemas.conf:/opt/graphite/conf/storage-schemas.conf"
- "{{ basedir }}/graphite-storage:/opt/graphite/storage"
......
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