mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
9 lines
177 B
YAML
9 lines
177 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
postgres:
|
||
|
image: postgres:alpine
|
||
|
environment:
|
||
|
- POSTGRES_USER=${PG_USER}
|
||
|
- POSTGRES_PASSWORD=${PG_PASS}
|
||
|
ports:
|
||
|
- 5432:5432
|