Skip to content

Commit

Permalink
Add ownfoil
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbovbel authored Dec 29, 2024
1 parent 1933113 commit 9fc70e6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions roles/media-server/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,22 @@ docker_media_server:
ports:
- 6246:6246
restart: "no"
ownfoil:
container_name: ownfoil
image: ghcr.io/a1ex4/ownfoil:latest
networks:
- apps
environment:
PUID: "{{ ansible_user_uid }}"
PGID: "{{ ansible_user_gid }}"
TZ: America/Toronto
volumes:
- "{{ app_folder }}/maintainerr:/app/config"
- "{{ switch_folder }}:/games"
ports:
- 8465:8465
restart: "no"


upnp_forwards_media_server:
plex: {from: 32400, to: 32400, proto: tcp}
Expand Down

0 comments on commit 9fc70e6

Please sign in to comment.