Piped-Backend/testing/docker-compose.cockroachdb.yml

12 lines
341 B
YAML
Raw Normal View History

2021-12-11 20:20:59 +00:00
services:
piped:
image: 1337kavin/piped:latest
restart: unless-stopped
ports:
- "127.0.0.1:8080:8080"
volumes:
- ./config.cockroachdb.properties:/app/config.properties
cockroachdb:
image: cockroachdb/cockroach:latest-v21.2
command: start-single-node --insecure