groupme/docker-compose.yaml
watsonb8 c8a127ddef
Some checks failed
continuous-integration/drone Build is failing
Adding .drone.yaml
2023-09-12 18:43:23 -05:00

12 lines
234 B
YAML

version: "3.9"
services:
postgres:
image: postgres
restart: always
environment:
POSTGRES_USER: postgres
POSTGRES_DB: groupme
POSTGRES_PASSWORD: postgres
ports:
- "5432:5432"