to be perfectly honest this is a mess and I lost overview.

This commit is contained in:
Schrottkatze 2023-11-21 08:09:07 +01:00
parent a16094f61a
commit 433f4b76ef
9 changed files with 84 additions and 15 deletions

View file

@ -8,7 +8,7 @@
networks.calcnet.name = "calcnet";
services = {
"web".service = {
image = "iceshrimp.dev/iceshrimp/iceshrimp:latest-arm";
image = "iceshrimp.dev/iceshrimp/iceshrimp:latest";
container_name = "calckey_web";
restart = "unless-stopped";
depends_on = [ "db" "redis" ];

View file

@ -33,6 +33,7 @@
{
ip = "10.0.1.2";
port = 80;
# TODO for when not in train: set this true and deploy
ssl = false;
}
];