update
This commit is contained in:
parent
be08dd648f
commit
4cc413920f
2
.env
2
.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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue