Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
josedev-union committed Nov 6, 2023
0 parents commit e8d9b54
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .caprover/database/captain-definition
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"schemaVersion": 2,
"imageName": "mariadb:10.9.4"
}
7 changes: 7 additions & 0 deletions .caprover/frontend/01_enable_ssl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"path": "/api/v2/user/apps/appDefinitions/enablebasedomainssl",
"method": "POST",
"data": {
"appName": "frontend"
}
}
4 changes: 4 additions & 0 deletions .caprover/frontend/captain-definition
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"schemaVersion": 2,
"imageName": "nginxdemos/hello"
}
4 changes: 4 additions & 0 deletions .caprover/rabbitmq/captain-definition
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"schemaVersion": 2,
"imageName": "rabbitmq:3.11.9-management-alpine"
}
18 changes: 18 additions & 0 deletions .github/workflows/caprover.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Container image

on:
push:
branches: ["main"]
tags:
- '**'
pull_request:
branches: ["main"]

jobs:
build:
runs-on: ubuntu22.04
steps:
- name: checkout repo
uses: https://github.com/josedev-union/caprover-compose-action
with:
server: http://captain.162.253.55.115.nip.io/

0 comments on commit e8d9b54

Please sign in to comment.