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

9 lines
223 B
YAML
Raw Normal View History

2023-10-07 11:00:51 +05:30
services:
piped:
image: 1337kavin/piped:latest
restart: unless-stopped
ports:
- "127.0.0.1:8080:8080"
volumes:
2023-10-26 21:00:09 +05:30
- ./config.hsqldb.properties:/app/config.properties