phax / phoss-smp

phoss SMP - a Peppol and OASIS BDXR SMP Server, CEF eDelivery compliant
129 stars 37 forks source link

Publish an SQL version of the SMP Server Docker container for external databases #61

Closed dhixon closed 6 years ago

dhixon commented 6 years ago

I got DB2 working for your Phoss SMP, but in the non-Docker version and the sql war file. Can you publish a Docker version with the sql war file? I don't need MySQL, so you don't have to put any kind of database in it. Just use the sql war file.

phax commented 6 years ago

I added a Docker file as the basis: https://github.com/phax/peppol-smp-server/blob/master/docker/Dockerfile-sql

dhixon commented 6 years ago

I added my customization files into the new Dockerfile and it worked perfectly. Thanks.