Skip to content

Commit

Permalink
README.md / docker-compose.yaml update
Browse files Browse the repository at this point in the history
  • Loading branch information
Strato-YangSungHun committed Sep 20, 2024
1 parent 4b9bd55 commit 6a29e88
Show file tree
Hide file tree
Showing 15 changed files with 395 additions and 83 deletions.
463 changes: 389 additions & 74 deletions README.md

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# temp docker-compose
version: '3.8'

networks:
internal_network:
internal: true
external_network:
driver: bridge

services:
# jenkins - for workflow manager
jenkins:
image: jenkins/jenkins:jdk17
Expand Down Expand Up @@ -58,20 +60,16 @@ networks:

# application-manager
mc-application-manager:
image: m-cmp/mc-application-manager:latest
image: cloudbaristaorg/mc-application-manager:edge
container_name: application-manager
#build:
#context: ./
#dockerfile: Dockerfile
networks:
- external_network
- external_network
ports:
- target: 18084
published: 18084
protocol: tcp
volumes:
- ~/:/nexus-data/blobs/
- ./db/application:/db/application
environment:
- DDL_AUTO=create-drop
- DB_USER=application
Expand All @@ -82,4 +80,4 @@ networks:
interval: 1m
timeout: 5s
retries: 3
start_period: 10s
start_period: 10s
Binary file added document/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added document/img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added document/img_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added document/img_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added document/img_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added document/img_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added document/img_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added document/nexusMain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added document/setup1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added document/setup2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added document/setup3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added document/setup4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion readme

This file was deleted.

0 comments on commit 6a29e88

Please sign in to comment.