First one #8
+18
-18
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user