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

9 lines
223 B
YAML
Raw Normal View History

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