ff
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 9s
ansible-lint / Ansible Lint (pull_request) Successful in 50s

This commit is contained in:
Michael Grote 2025-01-03 14:39:16 +01:00
parent 2b4a3384cd
commit e37992dd9e
2 changed files with 15 additions and 0 deletions

View file

@ -61,6 +61,11 @@ services:
- internal
restart: unless-stopped
pull_policy: missing
deploy:
resources:
limits:
cpus: "2"
memory: "512M"
security_opt:
- no-new-privileges=true
environment:
@ -75,6 +80,11 @@ services:
oci-registry-ui:
restart: unless-stopped
pull_policy: missing
deploy:
resources:
limits:
cpus: "2"
memory: "512M"
security_opt:
- no-new-privileges=true
image: "joxit/docker-registry-ui:2.5.7"

View file

@ -58,6 +58,11 @@ services:
- db-data:/data/db
restart: unless-stopped
pull_policy: missing
deploy:
resources:
limits:
cpus: "2"
memory: "512M"
security_opt:
- no-new-privileges=true
environment: