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:
parent
d8ef285f15
commit
6abfa41ef1
@ -45,7 +45,7 @@ services:
|
|||||||
"
|
"
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: git.oberonworks.ru/oberon/advdoors:latest
|
image: git.oberonworks.ru/oberon/advdoors-front:latest
|
||||||
build:
|
build:
|
||||||
context: ..
|
context: ..
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
|
|||||||
2
justfile
2
justfile
@ -2,7 +2,7 @@ set dotenv-load := false
|
|||||||
|
|
||||||
dev_compose := "docker/docker-compose.dev.yml"
|
dev_compose := "docker/docker-compose.dev.yml"
|
||||||
prod_compose := "docker/docker-compose.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
|
# List available recipes
|
||||||
default:
|
default:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user