-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
146 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,47 @@ | ||
PROJECTS_DIR=./data/projects | ||
SSH_DIR=./data/ssh | ||
# Path to your projects | ||
PROJECTS_DIR=../Projects | ||
|
||
# Path to your SSH keys | ||
SSH_DIR=../Server | ||
|
||
# Access key for local S3 server | ||
S3_ACCESS_KEY=magiclamp | ||
|
||
# Secret key for local S3 server | ||
S3_SECRET_KEY=magiclamp | ||
|
||
# Path where files stored on your local S3 server will be stored | ||
S3_DATA_DIR=./data/s3 | ||
|
||
# The DNS server to use when resolving DNS queries | ||
DNS_RESOLVER=1.1.1.1 | ||
|
||
# Default PHP version | ||
DEFAULT_PHP_VERSION=7.2 | ||
|
||
# Automatic PHP version switching? | ||
AUTO_SWITCH_PHP=1 | ||
|
||
# The name to use in git commits (your name) | ||
GIT_NAME=magicLAMP | ||
|
||
# The email to use in git commits (your email) | ||
GIT_EMAIL=[email protected] | ||
|
||
# The email address used to login to pgAdmin | ||
PGADMIN_EMAIL=[email protected] | ||
|
||
# The password to used to login to pgAdmin | ||
PGADMIN_PASSWORD=magicLAMP | ||
|
||
# Username for RabbitMQ | ||
RABBITMQ_USERNAME=magiclamp | ||
|
||
# Password for RabbitMQ | ||
RABBITMQ_PASSWORD=magicLAMP | ||
|
||
# User id on your host system | ||
USER_UID=1000 | ||
USER_GID=1000 | ||
|
||
# User group id on your host system | ||
USER_GID=1000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
#dont use hosts nameservers | ||
no-resolv | ||
|
||
server=1.1.1.1 | ||
server=1.0.0.1 | ||
strict-order | ||
|
||
#explicitly define host-ip mappings | ||
address=/localhost/127.0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
FROM minio/minio | ||
|
||
CMD ["minio", "server", "/data"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
MAGICLAMP_VERSION="1.4" | ||
MAGICLAMP_VERSION="1.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.