Commit graph

4 commits

Author SHA1 Message Date
DQ
4c5444503c
Update docker/Dockerfile
remove double /

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
2023-01-28 11:30:38 -08:00
Daniel Quinlan
51fdd7e8a5 move builds steps inside Dockerfile
- add build stage from #1, and extend
  - optionally build from source. COMPILE=true
  - automate copying build artifact from ci.opencollab.dev.  COMPILE=false
- update baseimages to use eclipse-temurin as openjdk image is deprecated
- run as nobody, not root (security)
- add docker-compose.yml
- update docker/README.md
2023-01-16 16:56:31 -08:00
rtm516
eeadde0550
Rework how connections work to remove the use for the transfer packets and multiple ports (#30)
* Move to a more linear connection flow and remove the need for a second port

* Update configs

* Remove un-used remote address config options

* Update docker file

* Start internal Geyser on boot

* Fix srv resolving

* Fix inventory data when loading into the server
2021-06-16 12:18:07 +01:00
rtm516
96e7049dc6 Add bind9 and Docker files 2020-06-27 23:05:38 +01:00