refactor: update .dockerignore
pull_policy never to use local images
This commit is contained in:
@@ -8,4 +8,5 @@ my_account.session
|
|||||||
.gitignore
|
.gitignore
|
||||||
README.md
|
README.md
|
||||||
.git
|
.git
|
||||||
uv.lock
|
uv.lock
|
||||||
|
.deepsource.toml
|
||||||
@@ -4,6 +4,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: userbot:latest
|
image: userbot:latest
|
||||||
|
pull_policy: never
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
@@ -18,6 +19,9 @@ services:
|
|||||||
|
|
||||||
anna:
|
anna:
|
||||||
image: userbot:latest
|
image: userbot:latest
|
||||||
|
pull_policy: never
|
||||||
|
depends_on:
|
||||||
|
- forust
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|||||||
@@ -18,3 +18,5 @@ aiohttp
|
|||||||
aiofiles
|
aiofiles
|
||||||
pySmartDL
|
pySmartDL
|
||||||
qrcode
|
qrcode
|
||||||
|
bottle
|
||||||
|
dulwich
|
||||||
Reference in New Issue
Block a user