This commit is contained in:
ddadmin 2025-11-23 19:57:42 +03:00
parent be08dd648f
commit 4cc413920f
3 changed files with 3 additions and 3 deletions

2
.env
View File

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

BIN
.env.swp

Binary file not shown.

View File

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