1
0
Fork 0
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:
Fedor Katurov 2021-05-26 11:18:39 +07:00
parent 55e1bb50d3
commit 946c07e06c
2 changed files with 2 additions and 6 deletions

View file

@ -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}