mirror of
https://github.com/demostf/proxy
synced 2026-06-03 12:04:07 +02:00
adjust to new frontend setup
This commit is contained in:
parent
82eb5fbe01
commit
0691b92a49
9 changed files with 135 additions and 34 deletions
13
Dockerfile
13
Dockerfile
|
|
@ -1,6 +1,15 @@
|
|||
FROM jonasal/nginx-certbot
|
||||
COPY entrypoint.sh site.conf /
|
||||
FROM jonasal/nginx-certbot:latest-alpine
|
||||
|
||||
RUN apk add --no-cache moreutils
|
||||
|
||||
COPY entrypoint.sh /
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY 413.html /var/www
|
||||
COPY sites/* /etc/nginx/conf.d/
|
||||
|
||||
ENV API_FASTCGI=api:9000
|
||||
ENV FRONTEND=frontend
|
||||
ENV SYNC=sync
|
||||
ENV MAPS=maps
|
||||
|
||||
CMD ["/bin/bash", "/entrypoint.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue