Remove hardly used compose shortscuts
This commit is contained in:
parent
1d074bf14b
commit
5f9747c378
7 changed files with 21 additions and 40 deletions
_ansible/roles/jellyfin/vars
|
@ -12,13 +12,15 @@ svc_env:
|
|||
compose:
|
||||
watchtower: true
|
||||
image: jellyfin/jellyfin
|
||||
user: 8096:8096
|
||||
env: true
|
||||
volumes:
|
||||
- config:/config
|
||||
- cache:/cache
|
||||
- media:/media
|
||||
file:
|
||||
services:
|
||||
app:
|
||||
user: 8096:8096
|
||||
volumes:
|
||||
config:
|
||||
cache:
|
||||
|
|
Reference in a new issue