Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Upgrade to nodejs 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Nainterceptor committed Apr 30, 2019
1 parent effa7bf commit 183f669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
dashboard:
restart: always
image: node:11-alpine
image: node:12-alpine
working_dir: "/var/www/app"
networks:
- web
Expand All @@ -24,7 +24,7 @@ services:

driver:
restart: always
image: node:11-alpine
image: node:12-alpine
working_dir: "/var/www/app"
networks:
- web
Expand All @@ -45,7 +45,7 @@ services:

user:
restart: always
image: node:11-alpine
image: node:12-alpine
working_dir: "/var/www/app"
networks:
- web
Expand Down
2 changes: 1 addition & 1 deletion environment.env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ MAIL__FEEDBACK_MAIL={{mail_feedback}}
MAIL__CONTACT_MAIL={{mail_feedback}}
MAIL__HTML=<p>:message</p>
MAIL__TEXT=:message
MAIL__SUBJECT=Message de :firstname :lastname (:email).
MAIL__SUBJECT=:gsbdd - :firstname :lastname (:email - :phone).
REDIRECT_TARGET={{user_url}}

0 comments on commit 183f669

Please sign in to comment.