Adds the initial directory structure, configuration files, and stub scripts for the Grav CMS and Dolibarr project.
14 lines
155 B
YAML
14 lines
155 B
YAML
project_name: STLPWebsite
|
|
|
|
services:
|
|
- name: dolibarr
|
|
type: app
|
|
- name: grav
|
|
type: web
|
|
|
|
env:
|
|
dolibarr:
|
|
- DOLIBARR_API_KEY
|
|
grav:
|
|
[]
|