mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-21 14:48:20 +00:00
👷 Docker image rename
This commit is contained in:
parent
46176ad875
commit
df7885c389
@ -15,6 +15,7 @@ RUN echo "deb http://ftp.us.debian.org/debian buster main non-free" >> /etc/apt/
|
|||||||
&& . venv/bin/activate \
|
&& . venv/bin/activate \
|
||||||
&& poetry config virtualenvs.create false \
|
&& poetry config virtualenvs.create false \
|
||||||
&& poetry source add --default mirrors https://pypi.tuna.tsinghua.edu.cn/simple/ \
|
&& 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 \
|
||||||
&& poetry install --extras all \
|
&& poetry install --extras all \
|
||||||
&& playwright install chromium \
|
&& playwright install chromium \
|
||||||
|
@ -22,7 +22,7 @@ services:
|
|||||||
driver: none
|
driver: none
|
||||||
|
|
||||||
paimon:
|
paimon:
|
||||||
image: docker.io/rtpaimon/tgpaimonbot:v4
|
image: docker.io/paigramteam/paigram:v4
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- WAIT_HOSTS=mysql:3306, redis:6379
|
- WAIT_HOSTS=mysql:3306, redis:6379
|
||||||
|
Loading…
Reference in New Issue
Block a user