go-urlsh/examples/docker-compose.yml

9 lines
164 B
YAML
Raw Normal View History

services:
db:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: example
POSTGRES_USER: go-urlsh
POSTGRES_DB: go-urlsh