Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
services
organizations
Commits
82b3c538
Commit
82b3c538
authored
Nov 09, 2018
by
FORESTIER Fabien
Committed by
ncastejon
Nov 14, 2018
Browse files
Restart unless stoped option
parent
ee7b464d
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
82b3c538
...
...
@@ -12,6 +12,7 @@ services:
POSTGRES_USER
:
${DEV_POSTGRES_USER}
POSTGRES_PASSWORD
:
${DEV_POSTGRES_PASSWORD}
POSTGRES_DB
:
${DEV_POSTGRES_DB}
restart
:
unless-stopped
depends_on
:
-
database-organizations
...
...
@@ -22,6 +23,7 @@ services:
POSTGRES_USER
:
${DEV_POSTGRES_USER}
POSTGRES_PASSWORD
:
${DEV_POSTGRES_PASSWORD}
POSTGRES_DB
:
${DEV_POSTGRES_DB}
restart
:
unless-stopped
ports
:
-
${DEV_POSTGRES_PORT}:5432
volumes
:
...
...
ormconfig.ts
View file @
82b3c538
// var dotenv = require('dotenv');
// var fs = require('fs');
import
*
as
dotenv
from
'
dotenv
'
;
import
*
as
fs
from
'
fs
'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment