diff --git a/.env b/.env index da47d82..de5c240 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ COMPOSE_PROJECT_NAME=staging NETWORK=staging FRONT_TAG=DD-4240-STORY -DOTDOT_TAG=DDB-2137 +dotdot_tag=DDB-2137 LMS_TAG=release145 DASHBORD_TAG=master SIGNER_TAG=master diff --git a/.env.swp b/.env.swp deleted file mode 100644 index 2ffd1f9..0000000 Binary files a/.env.swp and /dev/null differ diff --git a/docker-compose.yml b/docker-compose.yml index 6738f56..88191b2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ volumes: x-defaults-php: &defaults-php - image: registry.dot-dot.ru/dot-dot:${DOTDOT_TAG} + image: registry.dot-dot.ru/dot-dot:${dotdot_tag} restart: unless-stopped volumes: - ./configs/php/.env.local:/application/.env.local @@ -98,7 +98,7 @@ services: command: sh -c 'while true; do echo run; ./bin/console app:auction:process; sleep 60;done' static: - image: registry.dot-dot.ru/dot-dot-static:${DOTDOT_TAG} + image: registry.dot-dot.ru/dot-dot-static:${dotdot_tag} restart: unless-stopped networks: - dd