barrios/docker-compose.yml

21 lines
641 B
YAML
Raw Normal View History

services:
forgejo:
image: codeberg.org/forgejo/forgejo:9
container_name: forgejo
ports:
- "3000:3000"
- "222:22"
volumes:
- /tarrega/data/forgejo:/data
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
network_mode: 'host'
volumes:
- ~/jellyfin/config:/config
- ~/jellyfin/cache:/cache
- /tarrega/data/movies:/media
- /tarrega/data/television:/media1
- /tarrega/data/music:/media2
- /tarrega/data/disney-films:/media3
restart: 'unless-stopped'