Add 'docker_portainer_stacks/ombi.yml'
This commit is contained in:
parent
32e41b30ef
commit
d3e208661a
20
docker_portainer_stacks/ombi.yml
Normal file
20
docker_portainer_stacks/ombi.yml
Normal 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:
|
Loading…
x
Reference in New Issue
Block a user