Skip to content

Commit

Permalink
prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
aqidd committed Aug 21, 2023
1 parent 0dd5536 commit 7539ea1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions public/v4/apps/claper.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
captainVersion: 4

services:
$$cap_appname-postgres:
image: postgres:$$cap_POSTGRES_VERSION
Expand All @@ -9,10 +10,11 @@ services:
- $$cap_appname-postgres-data:/var/lib/postgresql/data
caproverExtra:
notExposeAsWebApp: 'true'

$$cap_appname:
image: ghcr.io/claperco/claper:$$cap_claper_ver
container_name: claper
volumes:
volumes:
- $$cap_appname-uploads:/app/priv/static/uploads
environment:
DATABASE_URL: postgres://claper:$$cap_postgres_passwd@srv-captain--$$cap_appname-postgres:5432/claper
Expand All @@ -22,6 +24,7 @@ services:
SECRET_KEY_BASE: $$cap_gen_random_hex(64)
caproverExtra:
containerHttpPort: '4000'

caproverOneClickApp:
variables:
- id: $$cap_postgres_passwd
Expand All @@ -40,7 +43,7 @@ caproverOneClickApp:
defaultValue: 15-alpine
instructions:
start: |-
Claper turns your presentations into an interactive, engaging and exciting experience.
Claper turns your presentations into an interactive, engaging and exciting experience.
end: |-
Please enable websocket and HTTPS after the installation.
displayName: Claper
Expand Down

0 comments on commit 7539ea1

Please sign in to comment.