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 - 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