mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
update
This commit is contained in:
parent
96d9efdfdf
commit
dcefa5e843
@ -418,6 +418,7 @@ A collection of delicious docker recipes.
|
|||||||
- [x] ansiblesemaphore/semaphore
|
- [x] ansiblesemaphore/semaphore
|
||||||
- [x] sentry
|
- [x] sentry
|
||||||
- [x] atmoz/sftp
|
- [x] atmoz/sftp
|
||||||
|
- [x] shlinkio/shlink
|
||||||
- [x] snipe/snipe-it
|
- [x] snipe/snipe-it
|
||||||
- [x] valeriansaliou/sonic
|
- [x] valeriansaliou/sonic
|
||||||
- [x] scrapinghub/splash
|
- [x] scrapinghub/splash
|
||||||
@ -430,6 +431,7 @@ A collection of delicious docker recipes.
|
|||||||
- [x] tile38/tile38
|
- [x] tile38/tile38
|
||||||
- [x] traefik
|
- [x] traefik
|
||||||
- [x] trinodb/trino
|
- [x] trinodb/trino
|
||||||
|
- [x] louislam/uptime-kuma
|
||||||
- [x] v2ray/official :cn:
|
- [x] v2ray/official :cn:
|
||||||
- [x] mpromonet/v4l2rtspserver :camera:
|
- [x] mpromonet/v4l2rtspserver :camera:
|
||||||
- [x] centurylink/watchtower
|
- [x] centurylink/watchtower
|
||||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
oss:
|
oss:
|
||||||
image: minio/minio:RELEASE.2020-04-15T19-42-18Z
|
image: minio/minio:RELEASE.2019-10-12T01-39-57Z
|
||||||
command: gateway oss https://oss-cn-beijing.aliyuncs.com
|
command: gateway oss https://oss-cn-beijing.aliyuncs.com
|
||||||
ports:
|
ports:
|
||||||
- "9000:9000"
|
- "9000:9000"
|
||||||
|
@ -25,6 +25,7 @@ RUN set -xe \
|
|||||||
libxslt1-dev \
|
libxslt1-dev \
|
||||||
python \
|
python \
|
||||||
python-dev \
|
python-dev \
|
||||||
|
tini \
|
||||||
vim-tiny \
|
vim-tiny \
|
||||||
&& apt-get install -y libtiff5 \
|
&& apt-get install -y libtiff5 \
|
||||||
libtiff5-dev \
|
libtiff5-dev \
|
||||||
@ -67,4 +68,5 @@ COPY ./scrapyd.conf /etc/scrapyd/
|
|||||||
VOLUME /etc/scrapyd/ /var/lib/scrapyd/
|
VOLUME /etc/scrapyd/ /var/lib/scrapyd/
|
||||||
EXPOSE 6800
|
EXPOSE 6800
|
||||||
|
|
||||||
|
ENTRYPOINT ["tini", "--"]
|
||||||
CMD ["scrapyd", "--pidfile="]
|
CMD ["scrapyd", "--pidfile="]
|
||||||
|
@ -29,6 +29,7 @@ RUN set -xe \
|
|||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-distutils \
|
python3-distutils \
|
||||||
|
tini \
|
||||||
vim-tiny \
|
vim-tiny \
|
||||||
&& apt-get install -y libtiff5 \
|
&& apt-get install -y libtiff5 \
|
||||||
libtiff5-dev \
|
libtiff5-dev \
|
||||||
@ -74,4 +75,5 @@ COPY ./scrapyd.conf /etc/scrapyd/
|
|||||||
VOLUME /etc/scrapyd/ /var/lib/scrapyd/
|
VOLUME /etc/scrapyd/ /var/lib/scrapyd/
|
||||||
EXPOSE 6800
|
EXPOSE 6800
|
||||||
|
|
||||||
|
ENTRYPOINT ["tini", "--"]
|
||||||
CMD ["scrapyd", "--pidfile="]
|
CMD ["scrapyd", "--pidfile="]
|
||||||
|
@ -28,6 +28,7 @@ RUN set -xe \
|
|||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-distutils \
|
python3-distutils \
|
||||||
|
tini \
|
||||||
vim-tiny \
|
vim-tiny \
|
||||||
&& apt-get install -y libtiff5 \
|
&& apt-get install -y libtiff5 \
|
||||||
libtiff5-dev \
|
libtiff5-dev \
|
||||||
@ -72,4 +73,5 @@ COPY ./scrapyd.conf /etc/scrapyd/
|
|||||||
VOLUME /etc/scrapyd/ /var/lib/scrapyd/
|
VOLUME /etc/scrapyd/ /var/lib/scrapyd/
|
||||||
EXPOSE 6800
|
EXPOSE 6800
|
||||||
|
|
||||||
|
ENTRYPOINT ["tini", "--"]
|
||||||
CMD ["scrapyd", "--pidfile="]
|
CMD ["scrapyd", "--pidfile="]
|
||||||
|
Loading…
Reference in New Issue
Block a user