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";
|
||||
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 = {
|
||||
Env = [
|
||||
# We need to provide these default variables because otherwise
|
||||
|
|
@ -59,6 +61,9 @@
|
|||
"ZAMMAD_URL=https://ticket.z31.it"
|
||||
"ZAMMAD_GROUP=testgruppe"
|
||||
];
|
||||
ExposedPorts = {
|
||||
"80/tcp" = {};
|
||||
};
|
||||
Cmd = [
|
||||
"${pkgs.lighttpd}/bin/lighttpd"
|
||||
"-Df"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue