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

21 lines
284 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