update CI names and path

move docker-compose to new folder
rename action names
This commit is contained in:
Michael C
2021-06-23 15:39:39 -04:00
parent da92f2082d
commit b62db5675d
3 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
version: '3'
services:
postgres:
image: postgres:alpine
environment:
- POSTGRES_USER=${PG_USER}
- POSTGRES_PASSWORD=${PG_PASS}
ports:
- 5432:5432