Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AdAna
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcos Mendez Quintero
AdAna
Commits
991cfd43
Verified
Commit
991cfd43
authored
1 year ago
by
Carlos Andres Planchon Prestes
💬
Browse files
Options
Downloads
Patches
Plain Diff
Adding Docker compose for PostgreSQL.
parent
bb78b610
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!2
PROD1.0
,
!1
PROD 0.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+20
-0
20 additions, 0 deletions
docker-compose.yml
with
20 additions
and
0 deletions
docker-compose.yml
0 → 100644
+
20
−
0
View file @
991cfd43
# Use postgres/example user/password credentials
version
:
'
3.1'
services
:
db
:
image
:
postgres
restart
:
always
environment
:
POSTGRES_USER
:
adana
POSTGRES_DB
:
adana
POSTGRES_PASSWORD
:
adana
ports
:
-
5432:5432
adminer
:
image
:
adminer
restart
:
always
ports
:
-
8080:8080
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment