groupme/docker-compose.yaml
watsonb8 5c231cbaba
All checks were successful
continuous-integration/drone/push Build is passing
Adding .drone.yaml
2023-09-12 19:24:12 -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"