WIP: Start on Docker Integration#347
Conversation
SpongeAuth fails to connect to the DB currently but we're getting there. Signed-off-by: Jadon Fowler <jadonflower@gmail.com>
conf/application.conf.template
Outdated
| url = "jdbc:postgresql://localhost/ore" | ||
| url = ${?JDBC_DATABASE_URL} | ||
| user = "root" | ||
| user = "spongeauth" |
There was a problem hiding this comment.
leave the defaults, i don't know what this will break. the docker container & local users should set this however they want.
There was a problem hiding this comment.
This is Ore's connection to the database, it shouldn't use the same credentials as the spongeauth connection
|
a build script should be writtten for this that adds the needed variables for statusz like so, https://github.com/SpongePowered/Ore/blob/1.0.0/.deploy/build.sh#L40 https://github.com/SpongePowered/Ore/blob/1.0.0/.deploy/docker/Dockerfile#L9-L18 need to be added as well for that page to work. |
|
Additionally, there are a number of readme additions and other needed things in the docker-compose.yaml #330 that need to be in here |
Signed-off-by: Jadon Fowler <jadonflower@gmail.com>
|
Important commands for working with Docker & Compose: |
Signed-off-by: Jadon Fowler <jadonflower@gmail.com>
Signed-off-by: Jadon Fowler <jadonflower@gmail.com>
Ore container may have to be manually configured for some stuff
Docker Notification Source
Signed-off-by: Jadon Fowler <jadonflower@gmail.com>
Signed-off-by: Jadon Fowler <jadonflower@gmail.com>
SpongeAuth fails to connect to the DB currently but we're getting
there.