feat: Add new Portainer stacks, setup scripts, and configurations for various services including filebrowser, paperless, and firefly.
This commit is contained in:
11
diagram/docker-compose.portainer.yml
Normal file
11
diagram/docker-compose.portainer.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
vert:
|
||||
container_name: vert
|
||||
image: ghcr.io/vert-sh/vert:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 3002:80
|
||||
environment:
|
||||
- USER_UID=1039
|
||||
- USER_GID=65538
|
||||
- TZ=America/Toronto
|
||||
Reference in New Issue
Block a user