relay/deployments/docker-compose-integration.yaml
Tyr Mactire bd82560202
add logging and config (#1)
* add logging and config
* add testing and goreleaser
2022-04-26 14:50:00 -07:00

16 lines
250 B
YAML

---
version: '3.5'
services:
postgres:
image: postgres:14
environment:
- POSTGRES_PASSWORD=test
- POSTGRES_USER=test
- POSTGRES_DB=test
networks:
- integration
networks:
integration:
name: ${NETWORK_NAME}