Added E-Mail API
This commit is contained in:
		@@ -39,6 +39,16 @@ services:
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./bitwarden/:/data/
 | 
			
		||||
    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)
 | 
			
		||||
  luke-else.co.uk:
 | 
			
		||||
    image: "php:apache"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user