Docker-in-LXC: security_opt apparmor=unconfined (all services)
This commit is contained in:
parent
ab329d497b
commit
b075975746
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
security_opt:
|
||||
- apparmor=unconfined
|
||||
volumes:
|
||||
- kuma_data:/app/data
|
||||
ports:
|
||||
|
|
@ -9,6 +11,8 @@ services:
|
|||
|
||||
updater:
|
||||
build: ./updater
|
||||
security_opt:
|
||||
- apparmor=unconfined
|
||||
environment:
|
||||
- WEBHOOK_SECRET=${WEBHOOK_SECRET}
|
||||
- SSH_KEY_PATH=/root/.ssh/id_ed25519
|
||||
|
|
@ -20,6 +24,8 @@ services:
|
|||
|
||||
backup:
|
||||
image: postgres:16-alpine
|
||||
security_opt:
|
||||
- apparmor=unconfined
|
||||
entrypoint: ["/bin/sh", "-c", "crond -f -l 8"]
|
||||
environment:
|
||||
- BACKUP_DATABASES=${BACKUP_DATABASES}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue