kiteco-public/docker-compose.yml
2021-12-31 23:54:19 -08:00

13 lines
226 B
YAML

version: '3'
services:
test-db:
image: postgres:alpine
restart: always
environment:
POSTGRES_USER: accountuser
POSTGRES_PASSWORD: XXXXXXX
POSTGRES_DB: account_test
ports:
- 5432:5432