First one #8

Merged
phoenix merged 42 commits from get_it_going into v0.2.0 2026-06-13 19:49:15 -04:00
Showing only changes of commit 3474076599 - Show all commits
+18 -18
View File
@@ -19,7 +19,7 @@ services:
- textsender_api-network
restart: unless-stopped # Optional: Restart policy
# --- Web API auth ---
# --- Auth API ---
auth_api:
build:
# 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:
# - ./path/to/your/web-api-repo:/app
# --- songparser service ---
catapult:
build:
context: ../catapult
ssh: ["default"]
dockerfile: Dockerfile
container_name: catapult
restart: unless-stopped
env_file:
- ../catapult/.env
depends_on:
- api
- main_db
- auth_api
- auth_db
networks:
- textsender_api-network
# --- catapult service ---
# catapult:
# build:
# context: ../catapult
# ssh: ["default"]
# dockerfile: Dockerfile
# container_name: catapult
# restart: unless-stopped
# env_file:
# - ../catapult/.env
# depends_on:
# - api
# - main_db
# - auth_api
# - auth_db
# networks:
# - textsender_api-network
# PostgreSQL Database Service