Skip to content

Instantly share code, notes, and snippets.

View valensto's full-sized avatar

Valensto valensto

View GitHub Profile
@Webbanditten
Webbanditten / ghost-caprover.yml
Last active June 3, 2022 20:53
GHOST-CAPROVER
captainVersion: 4
services:
$$cap_appname:
environment:
database__client: 'mysql'
database__connection__host: $$cap_mariadb_host
database__connection__database: $$cap_ghost_database_name
database__connection__password: $$cap_ghost_database_password
database__connection__user: $$cap_ghost_database_user
database__connection__port: '3306'