mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Add dependecies for hsqldb (#132)
* add dependecies for h2 db * Attempt to test h2 with docker-compose. * bump h2 to 2.0.202 * add dependecies for h2 db * use pgsql mode * switch to hsqldb * fix hibernate dialect Co-authored-by: FireMaskterK <20838718+FireMasterK@users.noreply.github.com>
This commit is contained in:
parent
dbb4a69bdd
commit
26814db8d9
5 changed files with 34 additions and 2 deletions
8
testing/docker-compose.hsqldb.yml
Normal file
8
testing/docker-compose.hsqldb.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
piped:
|
||||
image: 1337kavin/piped:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
volumes:
|
||||
- ./config.hsqldb.properties:/app/config.properties
|
Loading…
Add table
Add a link
Reference in a new issue