Add 'docker_portainer_stacks/ombi.yml'

This commit is contained in:
sthope 2021-09-08 18:54:17 +02:00
parent 32e41b30ef
commit d3e208661a

View File

@ -0,0 +1,20 @@
---
version: "3.8"
services:
ombi:
image: ghcr.io/linuxserver/ombi:latest
container_name: ombi
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ombi_data:/config
ports:
- 3579:3579
restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=true
volumes:
ombi_data: