ProjectSend
---
version: "3.3"
services:
projectsend:
image: linuxserver/projectsend
container_name: projectsend-app
environment:
- PUID=998
- PGID=100
- TZ=Europe/Paris
- MAX_UPLOAD=500000
volumes:
- /srv/path/Files/Projectsend/config:/config #Config Volume Goes Here
- /srv/path/Files/Projectsend/data:/data #File Storage Volume Goes Here
- /etc/timezone:/etc/timezone:ro #This is for TimeZone
ports:
- 8010:80
restart: unless-stopped
db:
image: mariadb
container_name: projectsend-db
environment:
MYSQL_ROOT_PASSWORD: xxxxxx
MYSQL_DATABASE: projectsend
MYSQL_USER: projectsend
MYSQL_PASSWORD: xxxxxx
volumes:
- /srv/path/Files/Projectsend/db:/var/lib/mysql #Database Volume Goes Here
- /etc/timezone:/etc/timezone:ro #This is for TimeZone
restart: unless-stopped
host : db (or database ip→Config : console db : hostname -I)
Database name : projectsend
Username : projectsend
Password : xxxxxx
DON'T FORGET “/” at the end of domain name !!
Email notifications :
email adress : contact@s.com
smtp
username : contact@s.com
password : xxxxxxxx
host : ssl0.ovh.net
port : 465
auth : SSL
No Comments