Update name (#7)
Rust Build / Rustfmt (push) Successful in 54s
Rust Build / Test Suite (push) Successful in 1m35s
Rust Build / Check (push) Successful in 1m39s
Rust Build / build (push) Successful in 1m37s
Rust Build / Clippy (push) Successful in 2m33s
Rust Build / Check (pull_request) Successful in 1m13s
Rust Build / Test Suite (pull_request) Successful in 1m27s
Rust Build / Rustfmt (pull_request) Successful in 1m28s
Rust Build / Clippy (pull_request) Successful in 1m19s
Rust Build / build (pull_request) Successful in 1m46s

Reviewed-on: phoenix/textsender_api#7
This commit was merged in pull request #7.
This commit is contained in:
2026-06-13 14:04:50 -04:00
parent 1d9267e036
commit 7107a50d58
5 changed files with 11 additions and 10 deletions
+3 -3
View File
@@ -22,8 +22,8 @@ services:
# --- Web API auth ---
auth_api:
build:
# Might want to change the naming convention at some point for the repo names. textsender-models, textsender-auth, textesender-api, etc
context: ../textsender-auth # IMPORTANT: Relative path to the local checkout of your web API repo (containing the Dockerfile)
# Might want to change the naming convention at some point for the repo names. textsender-models, textsender_auth, textesender-api, etc
context: ../textsender_auth # IMPORTANT: Relative path to the local checkout of your web API repo (containing the Dockerfile)
ssh: ["default"] # Uses host's SSH agent
dockerfile: Dockerfile # Optional: Specify if your Dockerfile has a non-standard name
container_name: auth_api
@@ -34,7 +34,7 @@ services:
# Environment variables your API needs, e.g., database connection
# Add other necessary environment variables
env_file:
- ../textsender-auth/.env
- ../textsender_auth/.env
depends_on:
auth_db:
condition: service_healthy