Commit 71919a44 authored by Поляков Илья Георгиевич's avatar Поляков Илья Георгиевич
Browse files

Add new file

parent 508298d5
No related merge requests found
Showing with 22 additions and 0 deletions
+22 -0
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:
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment