mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-21 06:46:50 +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 \
|
||||
&& 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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user