mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
build no cache
This commit is contained in:
parent
ed61ad39be
commit
17a7d0b31e
2
.github/workflows/dockerbuild.dev.yml
vendored
2
.github/workflows/dockerbuild.dev.yml
vendored
@ -44,6 +44,6 @@ jobs:
|
||||
#
|
||||
- name: build the image
|
||||
run: |
|
||||
docker build --push \
|
||||
docker build --push --no-cache \
|
||||
--tag hkotel/mealie:dev \
|
||||
--platform linux/amd64,linux/arm64 .
|
||||
|
@ -1,33 +0,0 @@
|
||||
{
|
||||
admin off
|
||||
}
|
||||
|
||||
# Add gzip compression to requests
|
||||
(webconf) {
|
||||
encode gzip
|
||||
}
|
||||
|
||||
# Add forward headers to requests
|
||||
(theheaders) {
|
||||
header_up X-Forwarded-Ssl on
|
||||
header_up Host {host}
|
||||
header_up X-Real-IP {remote}
|
||||
header_up X-Forwarded-For {remote}
|
||||
header_up X-Forwarded-Port {server_port}
|
||||
header_up X-Forwarded-Proto {scheme}
|
||||
header_up X-Url-Scheme {scheme}
|
||||
header_up X-Forwarded-Host {host}
|
||||
}
|
||||
|
||||
localhost {
|
||||
log
|
||||
redir /dev-docs /dev-docs/
|
||||
route /dev-docs* {
|
||||
|
||||
uri strip_prefix dev-docs
|
||||
reverse_proxy localhost:8888 {
|
||||
import theheaders
|
||||
}
|
||||
import webconf
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user