forked from katzen-cafe/katzen-cafe
to be perfectly honest this is a mess and I lost overview.
This commit is contained in:
parent
a16094f61a
commit
433f4b76ef
9 changed files with 84 additions and 15 deletions
|
@ -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" ];
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
{
|
||||
ip = "10.0.1.2";
|
||||
port = 80;
|
||||
# TODO for when not in train: set this true and deploy
|
||||
ssl = false;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue