latest changes

This commit is contained in:
Michael (Parker) Parker 2018-08-14 00:01:25 -04:00
parent 87e125ddad
commit 47c100de2f
3 changed files with 14 additions and 5 deletions

View file

@ -1,6 +1,7 @@
version: '2'
services:
database:
hostname: database
image: mariadb
volumes:
- "/srv/pterodactyl/database:/var/lib/mysql"
@ -11,6 +12,7 @@ services:
- "MYSQL_PASSWORD=pterodbpass"
cache:
hostname: redis
image: redis:alpine
panel:
@ -23,7 +25,6 @@ services:
- cache
volumes:
- "/srv/pterodactyl/var/:/app/var/"
- "/srv/pterodactyl/certs/:/"
environment:
## These are defaults and should be left alone
- "APP_ENV=production"
@ -61,4 +62,10 @@ services:
- "MAIL_PORT=1025"
- "MAIL_USERNAME=''"
- "MAIL_PASSWORD=''"
- "MAIL_ENCRYPTION=true"
- "MAIL_ENCRYPTION=true"
networks:
default:
ipam:
config:
- subnet: 172.20.0.0/16