-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
article(update-environment-docker-of-app-symfony-vue)
- Loading branch information
1 parent
896f4e3
commit 7387cd5
Showing
84 changed files
with
3,587 additions
and
2,723 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# APP | ||
APP_DIR=/var/www/symfony | ||
|
||
# SYMFONY | ||
APP_ENV=dev | ||
APP_DEBUG=1 | ||
APP_SECRET= | ||
|
||
# NODE | ||
NODE_ENV=dev | ||
|
||
# DATABASE | ||
POSTGRES_HOST=postgres | ||
POSTGRES_DB= | ||
POSTGRES_USER= | ||
POSTGRES_PASSWORD= | ||
POSTGRES_PORT=5432 | ||
|
||
# PORT WEB | ||
WEB_PORT=81 | ||
|
||
#REDIS | ||
REDIS_HOST=redis |
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,36 +1,28 @@ | ||
### IDE | ||
.idea/ | ||
|
||
### Environement | ||
### Environment | ||
.env | ||
|
||
### Cache, session files and logs (Symfony3) | ||
/var/cache/* | ||
/var/logs/* | ||
!var/cache/.gitkeep | ||
!var/logs/.gitkeep | ||
### Cache, session files and logs (Symfony4) | ||
/var/ | ||
|
||
### Managed by Composer | ||
/var/bootstrap.php.cache | ||
/vendor/ | ||
|
||
### Assets and user uploads | ||
/web/bundles/ | ||
/web/uploads/ | ||
|
||
### PHPUnit | ||
/phpunit.xml | ||
### Symfony : Assets and user uploads | ||
/public/bundles/ | ||
/public/uploads/ | ||
|
||
### NodeJS - NPM - YARN | ||
node_modules/ | ||
npm-debug.log* | ||
yarn-debug.log* | ||
npm-debug.log | ||
yarn-error.log* | ||
coverage/ | ||
|
||
### Front | ||
src/AppBundle/Resources/public/js/ | ||
src/AppBundle/Resources/public/css/ | ||
public/build/ | ||
|
||
### Build data | ||
/build/ | ||
### symfony/phpunit-bridge | ||
.phpunit | ||
/phpunit.xml | ||
|
||
### IDE | ||
.idea/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.