diff --git a/docker-compose.yml b/docker-compose.yml index 4282791..905d0e3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: context: . container_name: werc ports: - - 80:80 + - 3080:80 environment: - HOSTNAME=thirdculture.top volumes: @@ -20,7 +20,7 @@ services: image: pldubouilh/gossa container_name: gossa ports: - - 8001:8001 + - 3001:8001 volumes: - ./werc/sites/thirdculture.top/_files:/shared - ./werc/sites/ppl.thirdculture.top:/shared/people @@ -31,7 +31,7 @@ services: image: dutchcoders/transfer.sh:latest container_name: transfer ports: - - "8080:8080" + - "3880:8080" command: ["--provider", "local", "--basedir", "/uploads/", "--web-path", "/web/"] volumes: - ./transfer/uploads:/uploads diff --git a/etc/lighttpd/conf.d/files.thirdculture.top.conf b/etc/lighttpd/conf.d/files.thirdculture.top.conf index ee85e6d..c1f3182 100644 --- a/etc/lighttpd/conf.d/files.thirdculture.top.conf +++ b/etc/lighttpd/conf.d/files.thirdculture.top.conf @@ -14,7 +14,7 @@ $HTTP["host"] =~ "^files\.thirdculture\.top$" { "" => ( ( "host" => "gossa", - "port" => 8001, + "port" => 3001, "headers" => ( "Host" => "$HTTP_HOST", "X-Forwarded-For" => "$REMOTE_ADDR" diff --git a/etc/lighttpd/conf.d/up.thirdculture.top.conf b/etc/lighttpd/conf.d/up.thirdculture.top.conf index 23f491b..5e43a86 100644 --- a/etc/lighttpd/conf.d/up.thirdculture.top.conf +++ b/etc/lighttpd/conf.d/up.thirdculture.top.conf @@ -5,7 +5,7 @@ $HTTP["host"] =~ "up\.thirdculture\.top" { "" => ( "localhost" => ( "host" => "transfer", - "port" => 8080, + "port" => 3880, "path" => "/web", "headers" => ( "Host" => "$HTTP_HOST", diff --git a/werc/sites/thirdculture.top/_werc/lib/top_bar.inc b/werc/sites/thirdculture.top/_werc/lib/top_bar.inc index 26966cf..07afa32 100644 --- a/werc/sites/thirdculture.top/_werc/lib/top_bar.inc +++ b/werc/sites/thirdculture.top/_werc/lib/top_bar.inc @@ -1,12 +1,12 @@