Update image references in justfile and docker-compose for frontend deployment

- Changed the image reference in justfile and docker-compose.yml to point to the 'advdoors-front' image, aligning with the new frontend deployment strategy.
This commit is contained in:
Maxim Snesarev 2026-04-03 02:43:31 +03:00
parent d8ef285f15
commit 6abfa41ef1
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ services:
"
app:
image: git.oberonworks.ru/oberon/advdoors:latest
image: git.oberonworks.ru/oberon/advdoors-front:latest
build:
context: ..
dockerfile: docker/Dockerfile

View File

@ -2,7 +2,7 @@ set dotenv-load := false
dev_compose := "docker/docker-compose.dev.yml"
prod_compose := "docker/docker-compose.yml"
image := "git.oberonworks.ru/oberon/advdoors:latest"
image := "git.oberonworks.ru/oberon/advdoors-front:latest"
# List available recipes
default: