chore: Adds documentation.

This commit is contained in:
Tera << 8 2024-12-26 14:37:38 -05:00
parent c4c5e1cd16
commit 84e1a437a4
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
6 changed files with 51 additions and 38 deletions

View file

@ -1,7 +1,7 @@
services:
api:
image: ghcr.io/greysoh/nextnet:latest
container_name: nextnet-api
image: ghcr.io/imterah/hermes:latest
container_name: hermes-api
restart: always
env_file:
- .env
@ -10,11 +10,13 @@ services:
ports:
- 3000:3000
# WARN: The LOM is deprecated and likely broken currently.
#
# NOTE: For this to work correctly, the nextnet-api must be version > 0.1.1
# or have a version with backported username support, incl. logins
lom:
image: ghcr.io/greysoh/nextnet-lom:latest
container_name: nextnet-lom
image: ghcr.io/imterah/hermes-lom:latest
container_name: hermes-lom
restart: always
ports:
- 2222:2222