Ore icon indicating copy to clipboard operation
Ore copied to clipboard

WIP: Start on Docker Integration

Open phase opened this issue 6 years ago • 4 comments

SpongeAuth fails to connect to the DB currently but we're getting there.

phase avatar Jan 07 '18 20:01 phase

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.

progwml6 avatar Jan 09 '18 14:01 progwml6

Additionally, there are a number of readme additions and other needed things in the docker-compose.yaml #330 that need to be in here

progwml6 avatar Jan 09 '18 14:01 progwml6

Important commands for working with Docker & Compose:

docker build . -t ore_app
docker-compose up

phase avatar Mar 06 '18 00:03 phase

https://github.com/phase/Ore/pull/1

phase avatar Aug 29 '18 16:08 phase