SponsorBlockServer/docker/docker-compose-ci.yml
Michael C b62db5675d
update CI names and path
move docker-compose to new folder
rename action names
2021-06-23 15:48:02 -04:00

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