mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
added docker-compose pull policy
This commit is contained in:
parent
55e1bb50d3
commit
946c07e06c
2 changed files with 2 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
version: '3.4'
|
||||
version: '3.7'
|
||||
services:
|
||||
db:
|
||||
restart: always
|
||||
|
@ -14,6 +14,7 @@ services:
|
|||
app:
|
||||
container_name: bot-${DRONE_BRANCH}
|
||||
restart: always
|
||||
pull_policy: always
|
||||
environment:
|
||||
PORT: 80
|
||||
image: ${DOCKER_REPO}:${DRONE_BRANCH}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue