-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a0cef3
commit 5caecf8
Showing
37 changed files
with
196 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
POSTGRES_DIR="./src/adapter/src/repositories/postgres" | ||
DATABASE_URL="postgres://postgres:[email protected]:5432/postgres" | ||
|
||
PKG_NAME=rust-api-server | ||
PKG_NAME_GRPC=rust-grpc-server | ||
PKG_NAME=irelia-public-server | ||
PKG_NAME_WORKER=irelia-public-worker | ||
BUILD_VERSION=$(shell git describe --long) | ||
BUILD_RELEASE=$(shell git describe --tags --abbrev=0) | ||
|
||
|
@@ -30,17 +30,13 @@ migrate-redo: | |
--config-file ${POSTGRES_DIR}/diesel.toml | ||
|
||
build: | ||
PKG_NAME=rust-api-server | ||
PKG_NAME_GRPC=rust-grpc-server | ||
BUILD_VERSION=$(shell git describe --long) | ||
BUILD_RELEASE=$(shell git describe --tags --abbrev=0) | ||
BUILDKIT_PROGRESS=plain | ||
DOCKER_BUILDKIT=1 | ||
docker build -t $(PKG_NAME):$(BUILD_VERSION) --target=public-prod . | ||
docker build -t $(PKG_NAME_GRPC):$(BUILD_VERSION) --target=gpt-prod . | ||
export BUILDKIT_PROGRESS=plain | ||
export DOCKER_BUILDKIT=1 | ||
docker build -t $(PKG_NAME):$(BUILD_VERSION) --target=public-server . | ||
docker build -t $(PKG_NAME_WORKER):$(BUILD_VERSION) --target=public-worker . | ||
|
||
build-dev: | ||
BUILDKIT_PROGRESS=plain DOCKER_BUILDKIT=1 docker build -t $(PKG_NAME):$(BUILD_VERSION) --target=public-dev . | ||
BUILDKIT_PROGRESS=plain DOCKER_BUILDKIT=1 docker build -t $(PKG_NAME):$(BUILD_VERSION) --target=public-dev . && \ | ||
BUILDKIT_PROGRESS=plain DOCKER_BUILDKIT=1 docker build -t $(PKG_NAME_GRPC):$(BUILD_VERSION) --target=gpt-dev . | ||
|
||
profiling-public: | ||
|
Submodule navori
updated
from cc5bbc to e1f89e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.