mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Expose port 80 in the container
This commit is contained in:
parent
ea0ee905a0
commit
e775b0571e
1 changed files with 5 additions and 0 deletions
|
|
@ -52,6 +52,8 @@
|
||||||
name = "angestoepselt-site";
|
name = "angestoepselt-site";
|
||||||
tag = "latest";
|
tag = "latest";
|
||||||
|
|
||||||
|
# See here for the documentation on this option:
|
||||||
|
# https://github.com/moby/moby/blob/master/image/spec/v1.2.md#image-json-field-descriptions
|
||||||
config = {
|
config = {
|
||||||
Env = [
|
Env = [
|
||||||
# We need to provide these default variables because otherwise
|
# We need to provide these default variables because otherwise
|
||||||
|
|
@ -59,6 +61,9 @@
|
||||||
"ZAMMAD_URL=https://ticket.z31.it"
|
"ZAMMAD_URL=https://ticket.z31.it"
|
||||||
"ZAMMAD_GROUP=testgruppe"
|
"ZAMMAD_GROUP=testgruppe"
|
||||||
];
|
];
|
||||||
|
ExposedPorts = {
|
||||||
|
"80/tcp" = {};
|
||||||
|
};
|
||||||
Cmd = [
|
Cmd = [
|
||||||
"${pkgs.lighttpd}/bin/lighttpd"
|
"${pkgs.lighttpd}/bin/lighttpd"
|
||||||
"-Df"
|
"-Df"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue