Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Поляков Илья Георгиевич
sdl2
Commits
71919a44
Commit
71919a44
authored
10 months ago
by
Поляков Илья Георгиевич
Browse files
Options
Download
Patches
Plain Diff
Add new file
parent
508298d5
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+22
-0
docker-compose.yml
with
22 additions
and
0 deletions
+22
-0
docker-compose.yml
0 → 100644
+
22
−
0
View file @
71919a44
version
:
'
3.8'
services
:
pinger
:
build:.
env_file:.env.example
depends_on
:
-
db
volumes
:
-./logs:/path/to/logs
db
:
image
:
postgres:16
environment
:
POSTGRES_USER
:
your_db_user
POSTGRES_PASSWORD
:
your_db_password
POSTGRES_DB
:
your_db_name
volumes
:
-
db_data:/var/lib/postgresql/data
volumes
:
db_data
:
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets