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