Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
docker-pterodactyl-legacy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
docker-pterodactyl-legacy
Commits
2f82b4eb
Commit
2f82b4eb
authored
Apr 14, 2018
by
Cameron Carney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating how supervisor runs
parent
c36532c9
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
4 deletions
+8
-4
.env.example
.env.example
+5
-3
Dockerfile
Dockerfile
+1
-1
manifest/etc/supervisor.d/runtime.ini
manifest/etc/supervisor.d/runtime.ini
+2
-0
manifest/etc/supervisor.d/service-files/crond.ini
manifest/etc/supervisor.d/service-files/crond.ini
+0
-0
manifest/etc/supervisor.d/service-files/nginx.ini
manifest/etc/supervisor.d/service-files/nginx.ini
+0
-0
manifest/etc/supervisor.d/service-files/php-fpm.ini
manifest/etc/supervisor.d/service-files/php-fpm.ini
+0
-0
manifest/etc/supervisor.d/service-files/pterodactyl-workers.ini
...st/etc/supervisor.d/service-files/pterodactyl-workers.ini
+0
-0
No files found.
.env.example
View file @
2f82b4eb
...
@@ -14,10 +14,12 @@ MYSQL_PASSWORD=pterodbpass
...
@@ -14,10 +14,12 @@ MYSQL_PASSWORD=pterodbpass
# Webserver Variables
# Webserver Variables
##
##
# SSL Encryption, useful if you dont run behind a reverse proxy
SSL=false
SSL=false
SSL_CERT=/certs/live/localhost/fullchain.pem
SSL_CERT="/etc/certs/cert.pem"
SSL_CERT_KEY=/certs/live/localhost/privkey.pem
SSL_CERT_KEY="/etc/certs/cert.key"
# Disable's runtime workers & cronjob (this is useful if you want to run these in another container)
DISABLE_WORKER=false
##
##
# Panel Variables
# Panel Variables
...
...
Dockerfile
View file @
2f82b4eb
...
@@ -3,7 +3,7 @@ FROM alpine:edge
...
@@ -3,7 +3,7 @@ FROM alpine:edge
MAINTAINER
Cameron Carney <ccarney16@live.com>
MAINTAINER
Cameron Carney <ccarney16@live.com>
ENV
STARTUP_TIMEOUT=5 \
ENV
STARTUP_TIMEOUT=5 \
PANEL_VERSION=v0.7.
5
PANEL_VERSION=v0.7.
6
WORKDIR
/var/www/html
WORKDIR
/var/www/html
...
...
manifest/etc/supervisor.d/runtime.ini
0 → 100644
View file @
2f82b4eb
[include]
files
/run/supervisor.d/*.ini
\ No newline at end of file
manifest/etc/supervisor.d/crond.ini
→
manifest/etc/supervisor.d/
service-files/
crond.ini
View file @
2f82b4eb
File moved
manifest/etc/supervisor.d/nginx.ini
→
manifest/etc/supervisor.d/
service-files/
nginx.ini
View file @
2f82b4eb
File moved
manifest/etc/supervisor.d/php-fpm.ini
→
manifest/etc/supervisor.d/
service-files/
php-fpm.ini
View file @
2f82b4eb
File moved
manifest/etc/supervisor.d/pterodactyl-workers.ini
→
manifest/etc/supervisor.d/
service-files/
pterodactyl-workers.ini
View file @
2f82b4eb
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment