Need an image name...

This commit is contained in:
niten 2023-07-07 23:20:56 -07:00
parent 5b052ab9ec
commit f468ee264b
1 changed files with 2 additions and 0 deletions

View File

@ -238,6 +238,8 @@ in {
virtualisation = { virtualisation = {
oci-containers.containers.lemmy = { oci-containers.containers.lemmy = {
# Not sure what the image should be...
image = "lemmy/lemmy";
environment = { environment = {
LEMMY_UI_LEMMY_INTERNAL_HOST = "lemmy:8536"; LEMMY_UI_LEMMY_INTERNAL_HOST = "lemmy:8536";
LEMMY_UI_LEMMY_EXTERNAL_HOST = cfg.hostname; LEMMY_UI_LEMMY_EXTERNAL_HOST = cfg.hostname;