ajout Apps

This commit is contained in:
2024-05-03 12:13:44 +02:00
parent 6ff6c77cf2
commit 6ac26c2c8e
12 changed files with 129 additions and 8 deletions

View File

@ -6,3 +6,20 @@ networks:
#### SERVICES
services:
keepassxc:
image: lscr.io/linuxserver/keepassxc:latest
container_name: keepassxc
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /srv/appdata/keepassxc/config:/config
networks:
- back_network
ports:
- 3004:3000
- 3005:3001
restart: unless-stopped