Docker rough draft works

Created a docker-compose script with 2 containers, one for the app/web, and one for the db.  This will in the future ideally be split into 3, one each for app/db/web, but baby steps.  Committing before I accidentally break it again.
This commit is contained in:
Christian 'ketura' McCarty
2020-07-27 03:06:25 -05:00
parent 4595ae17e6
commit 79ff6d7da7
9 changed files with 1514 additions and 5 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
database/
replay/
replays/