Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vikoverflow
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
KSZK
DevTeam
vikoverflow
vikoverflow
Commits
fc279e87
Commit
fc279e87
authored
Aug 05, 2020
by
den
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/postgres-password' into 'master'
Postgres password env var See merge request
!3
parents
cd762a3a
599ceb46
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
.env.dist
.env.dist
+1
-0
.gitignore
.gitignore
+1
-0
docker-compose.yml
docker-compose.yml
+2
-0
No files found.
.env.dist
0 → 100644
View file @
fc279e87
POSTGRES_PASSWORD=
.gitignore
View file @
fc279e87
*.iml
.idea/
.env
docker-compose.yml
View file @
fc279e87
...
...
@@ -7,6 +7,8 @@ services:
-
vikoverflow-data:/var/lib/postgresql/data
ports
:
-
'
5432:5432'
environment
:
-
POSTGRES_PASSWORD
backend
:
build
:
...
...
Write
Preview
Markdown
is supported
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