Commenting out catapult for now
Rust Build / Test Suite (pull_request) Successful in 45s
Rust Build / Check (pull_request) Successful in 1m19s
Rust Build / Rustfmt (pull_request) Successful in 1m5s
Rust Build / Clippy (pull_request) Successful in 1m14s
Rust Build / build (pull_request) Successful in 2m16s

This commit is contained in:
2026-06-13 16:19:23 -04:00
parent d399e4ba29
commit 3474076599
+18 -18
View File
@@ -19,7 +19,7 @@ services:
- textsender_api-network - textsender_api-network
restart: unless-stopped # Optional: Restart policy restart: unless-stopped # Optional: Restart policy
# --- Web API auth --- # --- Auth API ---
auth_api: auth_api:
build: build:
# Might want to change the naming convention at some point for the repo names. textsender-models, textsender_auth, textesender-api, etc # Might want to change the naming convention at some point for the repo names. textsender-models, textsender_auth, textesender-api, etc
@@ -44,23 +44,23 @@ services:
# volumes: # volumes:
# - ./path/to/your/web-api-repo:/app # - ./path/to/your/web-api-repo:/app
# --- songparser service --- # --- catapult service ---
catapult: # catapult:
build: # build:
context: ../catapult # context: ../catapult
ssh: ["default"] # ssh: ["default"]
dockerfile: Dockerfile # dockerfile: Dockerfile
container_name: catapult # container_name: catapult
restart: unless-stopped # restart: unless-stopped
env_file: # env_file:
- ../catapult/.env # - ../catapult/.env
depends_on: # depends_on:
- api # - api
- main_db # - main_db
- auth_api # - auth_api
- auth_db # - auth_db
networks: # networks:
- textsender_api-network # - textsender_api-network
# PostgreSQL Database Service # PostgreSQL Database Service