👷 Docker image rename

This commit is contained in:
xtaodada 2023-04-04 23:28:12 +08:00
parent 46176ad875
commit df7885c389
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ RUN echo "deb http://ftp.us.debian.org/debian buster main non-free" >> /etc/apt/
&& . venv/bin/activate \
&& poetry config virtualenvs.create false \
&& poetry source add --default mirrors https://pypi.tuna.tsinghua.edu.cn/simple/ \
&& poetry source add --secondary mirrors https://mirrors.aliyun.com/pypi/simple \
&& poetry install \
&& poetry install --extras all \
&& playwright install chromium \

View File

@ -22,7 +22,7 @@ services:
driver: none
paimon:
image: docker.io/rtpaimon/tgpaimonbot:v4
image: docker.io/paigramteam/paigram:v4
restart: always
environment:
- WAIT_HOSTS=mysql:3306, redis:6379