This repository has been archived on 2025-04-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
newsreader-ansible/templates/docker-compose.j2
2024-10-09 09:56:48 +02:00

25 lines
351 B
Django/Jinja

# {{ ansible_managed }}
x-web-resources: &web-resources
deploy:
resources:
limits:
cpus: '2'
memory: 2GB
services:
db:
deploy:
resources:
limits:
cpus: '4'
celery:
<<: *web-resources
django:
<<: *web-resources
deploy:
resources:
limits:
memory: 4GB