This commit is contained in:
kev 2021-12-07 16:50:20 +08:00
parent 96d9efdfdf
commit dcefa5e843
5 changed files with 9 additions and 1 deletions

View File

@ -418,6 +418,7 @@ A collection of delicious docker recipes.
- [x] ansiblesemaphore/semaphore
- [x] sentry
- [x] atmoz/sftp
- [x] shlinkio/shlink
- [x] snipe/snipe-it
- [x] valeriansaliou/sonic
- [x] scrapinghub/splash
@ -430,6 +431,7 @@ A collection of delicious docker recipes.
- [x] tile38/tile38
- [x] traefik
- [x] trinodb/trino
- [x] louislam/uptime-kuma
- [x] v2ray/official :cn:
- [x] mpromonet/v4l2rtspserver :camera:
- [x] centurylink/watchtower

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
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
ports:
- "9000:9000"

View File

@ -25,6 +25,7 @@ RUN set -xe \
libxslt1-dev \
python \
python-dev \
tini \
vim-tiny \
&& apt-get install -y libtiff5 \
libtiff5-dev \
@ -67,4 +68,5 @@ COPY ./scrapyd.conf /etc/scrapyd/
VOLUME /etc/scrapyd/ /var/lib/scrapyd/
EXPOSE 6800
ENTRYPOINT ["tini", "--"]
CMD ["scrapyd", "--pidfile="]

View File

@ -29,6 +29,7 @@ RUN set -xe \
python3 \
python3-dev \
python3-distutils \
tini \
vim-tiny \
&& apt-get install -y libtiff5 \
libtiff5-dev \
@ -74,4 +75,5 @@ COPY ./scrapyd.conf /etc/scrapyd/
VOLUME /etc/scrapyd/ /var/lib/scrapyd/
EXPOSE 6800
ENTRYPOINT ["tini", "--"]
CMD ["scrapyd", "--pidfile="]

View File

@ -28,6 +28,7 @@ RUN set -xe \
python3 \
python3-dev \
python3-distutils \
tini \
vim-tiny \
&& apt-get install -y libtiff5 \
libtiff5-dev \
@ -72,4 +73,5 @@ COPY ./scrapyd.conf /etc/scrapyd/
VOLUME /etc/scrapyd/ /var/lib/scrapyd/
EXPOSE 6800
ENTRYPOINT ["tini", "--"]
CMD ["scrapyd", "--pidfile="]