Adding catapult to docker

This commit is contained in:
2026-06-27 17:41:21 -04:00
parent 708e3e86f3
commit c982d5595a
+16 -16
View File
@@ -45,22 +45,22 @@ services:
# - ./path/to/your/web-api-repo:/app # - ./path/to/your/web-api-repo:/app
# --- catapult 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