mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
b62db5675d
move docker-compose to new folder rename action names
9 lines
No EOL
177 B
YAML
9 lines
No EOL
177 B
YAML
version: '3'
|
|
services:
|
|
postgres:
|
|
image: postgres:alpine
|
|
environment:
|
|
- POSTGRES_USER=${PG_USER}
|
|
- POSTGRES_PASSWORD=${PG_PASS}
|
|
ports:
|
|
- 5432:5432 |