mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* feat: add FileGator template * chore: pin filegator template version --------- Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
14 lines
296 B
YAML
14 lines
296 B
YAML
services:
|
|
filegator:
|
|
image: filegator/filegator:v7.14.3
|
|
restart: unless-stopped
|
|
volumes:
|
|
- filegator_repository:/var/www/filegator/repository
|
|
- filegator_private:/var/www/filegator/private
|
|
ports:
|
|
- "8080"
|
|
|
|
volumes:
|
|
filegator_repository:
|
|
filegator_private:
|