Commit 2f82b4eb authored by Cameron Carney's avatar Cameron Carney

Updating how supervisor runs

parent c36532c9
......@@ -14,10 +14,12 @@ MYSQL_PASSWORD=pterodbpass
# Webserver Variables
##
# SSL Encryption, useful if you dont run behind a reverse proxy
SSL=false
SSL_CERT=/certs/live/localhost/fullchain.pem
SSL_CERT_KEY=/certs/live/localhost/privkey.pem
SSL_CERT="/etc/certs/cert.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
......
......@@ -3,7 +3,7 @@ FROM alpine:edge
MAINTAINER Cameron Carney <ccarney16@live.com>
ENV STARTUP_TIMEOUT=5 \
PANEL_VERSION=v0.7.5
PANEL_VERSION=v0.7.6
WORKDIR /var/www/html
......
[include]
files /run/supervisor.d/*.ini
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment