Add 'docker_portainer_stacks/stash.yml'

This commit is contained in:
sthope 2022-04-17 10:14:40 +02:00
parent 9e41abfe41
commit e5ddc9f1e3

View File

@ -0,0 +1,18 @@
version: "3.8"
services:
stash:
container_name: stash
image: cr.hotio.dev/hotio/stash
restart: unless-stopped
network_mode: bridge
ports:
- "9999:9999"
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=Europe/Amsterdam
volumes:
- /home/sthope/docker/stash:/config
labels:
- com.centurylinklabs.watchtower.enable=true