Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tables
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
grifart libs
tables
Commits
f3ba763a
Verified
Commit
f3ba763a
authored
2 months ago
by
Jiří Pudil
Browse files
Options
Downloads
Patches
Plain Diff
chore: add docker-compose for local development
parent
b6b4cf0d
Loading
Loading
1 merge request
!56
chore: freshen this package up
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+16
-0
16 additions, 0 deletions
docker-compose.yml
with
16 additions
and
0 deletions
docker-compose.yml
0 → 100644
+
16
−
0
View file @
f3ba763a
name
:
grifart-tables
services
:
db
:
image
:
postgres:16-alpine
restart
:
unless-stopped
shm_size
:
128mb
environment
:
POSTGRES_PASSWORD
:
password
volumes
:
-
db:/var/lib/postgresql/data
ports
:
-
"
5432:5432"
volumes
:
db
:
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