Skip to content

Commit

Permalink
drop memory usage not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed May 15, 2024
1 parent ed3f9be commit feb54de
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,3 @@ services:
resources:
limits:
cpus: '3.0' # Limit to 3 CPUs
memory: '3g' # Limit memory usage to 3GB

# promtail:
# image: grafana/promtail:2.7.3
# ports:
# - 8300:8300
# volumes:
# - /var/log:/var/log
# - ./promtail/config.yml:/etc/promtail/config.yml
# - /var/lib/docker/containers:/var/lib/docker/containers
# env_file:
# - .env
# command:
# -config.file=/etc/promtail/config.yml
# -config.expand-env=true
# restart: always

0 comments on commit feb54de

Please sign in to comment.