Docker-compose for production.
This commit is contained in:
@@ -11,6 +11,7 @@ CAPTCHA_STATIC_PATH=http://your-domain-captcha-or-IP:8081/captcha
|
||||
CAPTCHA_PUBLIC_TOKEN=
|
||||
|
||||
APP_FORCE_HTTPS=false
|
||||
#UNIT_SOURCE="\"172.16.0.0/12\""
|
||||
|
||||
APP_DEFAULT_LOCALE=ru
|
||||
APP_FAKER_LOCALE=ru_RU
|
||||
|
@@ -1,6 +1,8 @@
|
||||
**/*.env
|
||||
**/*.env.example
|
||||
app/bootstrap/cache/*
|
||||
app/storage/**
|
||||
app/vendor/**
|
||||
app/node_modules/**
|
||||
application/bootstrap/cache/*
|
||||
application/storage/**
|
||||
application/vendor/**
|
||||
application/node_modules/**
|
||||
application/public/build/**
|
||||
application/public/storage
|
||||
|
Reference in New Issue
Block a user