Skip to content

Commit

Permalink
add deployment ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
aleckvincent committed Mar 31, 2023
1 parent 7c015bc commit e142765
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 20 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

creerzipProd.sh
deployer.sh
prod.env.local
src/DataFixtures/Local/dropo
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
Expand Down Expand Up @@ -31,7 +34,7 @@
.settings
nbproject

### node modules
### node modules
/node_modules

### Ignoring local datafixtures
Expand Down
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions docker-compose.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ services:
container_name: rnav_php
volumes:
- .:/home/wwwroot/app
environment:
- maildev_host=rnav_maildev
depends_on:
- maildev
- db

adminer:
Expand All @@ -39,17 +36,3 @@ services:
ADMINER_DEFAULT_SERVER: rnav_db
ports:
- 8585:8080

maildev:
image: schickling/mailcatcher
container_name: rnav_maildev
ports:
- [1025, 1080]

node:
image: node:latest
working_dir: /home/wwwroot/app
container_name: rnav_node
command: ["yarn", "dev-server"]
volumes:
- .:/home/wwwroot/app

0 comments on commit e142765

Please sign in to comment.