Added E-Mail API

This commit is contained in:
Luke Else 2022-01-22 23:07:06 +00:00
parent 14c4251dfd
commit 637cbdcef3

View File

@ -39,6 +39,16 @@ services:
volumes: volumes:
- ./bitwarden/:/data/ - ./bitwarden/:/data/
restart: unless-stopped restart: unless-stopped
#Email API (8082)
mailAPI:
image: "skykery/api_mail"
ports:
- "127.0.0.1:8082:9505"
environment:
- API_MAIL_USER="lukeelsemailapi@gmail.com"
- API_MAIL_PASS="QJDDDU7338LJHP9Q"
restart: unless-stopped
#Websites luke-else.co.uk (8000) snexo.co.uk (8001) #Websites luke-else.co.uk (8000) snexo.co.uk (8001)
luke-else.co.uk: luke-else.co.uk:
image: "php:apache" image: "php:apache"